Zircon
Zircon
全部文章
题解
归档
标签
去牛客网
登录
/
注册
Zircon Space
The Quieter You Become,The More You Can Hear.
全部文章
/ 题解
(共1篇)
2025CodeFaster急速编程挑战赛个人题解
A. 简单的分类讨论+基础数论 #include <bits/stdc++.h> #define int long long using namespace std; int calc(int x, int y){ int mod = x%5; if(mod == 0 ...
C++
算法
2025-07-31
0
29