一、DS1302介绍
DS1302是由美国DALLAS公司推出的具有涓细电流充电能力的低功耗实时时钟芯片。它可以对年、月、日、周、时、分、秒进行计时,且具有闰年补偿等多种功能。RTC(Real Time Clock):实时时钟,是一种集成电路…
https://codeforces.com/contest/1677/problem/C
https://codeforces.com/contest/1670/problem/C
两道很像的的题目,都和环有关 C. Tokitsukaze and Two Colorful Tapes
题目: 思路: 题意就是给定你两排颜色,要求在相同的颜色…
1. 实例1
1.1 代码
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;namespace ConsoleApp1
{class Program{static void Main(string[] args){Method1();Method2();Console.ReadKey();}public static…