- 龙凤苑中学A班5.17
iiiiiiii
- @ 2024-5-17 17:33:21
#include using namespace std;
int main() { int n; cin >> n; if (n%4000) cout << "1"; else if (n%40 && n%100!=0) cout << "1"; else cout << "0"; return 0; }
0 comments
No comments so far...
#include using namespace std;
int main() { int n; cin >> n; if (n%4000) cout << "1"; else if (n%40 && n%100!=0) cout << "1"; else cout << "0"; return 0; }
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.