Advertisement
Dmaxiya

报数游戏 参考代码

Apr 2nd, 2025
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.46 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. typedef long long LL;
  5. const int maxn = 50;
  6.  
  7. int main() {
  8. #ifdef ExRoc
  9.     freopen("test.txt", "r", stdin);
  10. #endif // ExRoc
  11.     ios::sync_with_stdio(false);
  12.  
  13. //    int cnt = 0;
  14. //    for (int i = 1; i < 100; ++i) {
  15. //        if (i % 20 == 0 || i % 24 == 0) {
  16. //            cout << (++cnt) << ": " << i << endl;
  17. //        }
  18. //    }
  19.     cout << 202420242024LL / 10 * 120 + 48 << endl;
  20.  
  21.     return 0;
  22. }
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement