摘要: D.Duration 题目链接 代码: #include<bits/stdc++.h> using namespace std; const int maxn = 1e5 + 10; signed main() { int h1 , h2 , m1 , m2 , s1 , s2; scanf("%d 阅读全文
posted @ 2020-07-23 00:33 GoodVv 阅读(110) 评论(0) 推荐(0)