Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <bits/stdc++.h>
- using namespace std;
- typedef long long LL;
- const int maxn = 50;
- int main() {
- #ifdef ExRoc
- freopen("test.txt", "r", stdin);
- #endif // ExRoc
- ios::sync_with_stdio(false);
- // int cnt = 0;
- // for (int i = 1; i < 100; ++i) {
- // if (i % 20 == 0 || i % 24 == 0) {
- // cout << (++cnt) << ": " << i << endl;
- // }
- // }
- cout << 202420242024LL / 10 * 120 + 48 << endl;
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement