摘要:
9.27 A - Moore's Law 思路:快速幂 #include<bits/stdc++.h> using namespace std; #define int long long //#define int __int128 #define double long double typed 阅读全文
摘要:
SMU Autumn 2023 Round 5 A - Everyone Loves to Sleep 思路:将小于睡觉时间的闹钟加24:00,找到最小的时间min,答案即为min-睡觉时间 #include<bits/stdc++.h> using namespace std; //#define 阅读全文