摘要: A. Alarm Clock 按照题意模拟就好了 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int MAX_N=1e7+10; 4 const int N=2e5+60; 5 typedef unsigned long lon 阅读全文