摘要:
丙组T1:https://www.iai.sh.cn/problem/24 #include <bits/stdc++.h> using namespace std; int main() { int a, b, c, d; cin >> a >> b >> c >> d; int cnt = 0; 阅读全文
posted @ 2024-07-11 11:30
hackerchef
阅读(49)
评论(0)
推荐(0)
摘要:
丙组T1:https://www.iai.sh.cn/problem/17 #include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; n %= 5; if(n >= 1 && n <= 3) cout << 阅读全文
posted @ 2024-07-10 21:03
hackerchef
阅读(56)
评论(0)
推荐(0)
浙公网安备 33010602011771号