coke040
coke040
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
coke040的博客
全部文章
(共1篇)
题解 | #这是一道签到题#
#include <iostream> #include <cstdio> #include <cmath> using namespace std; int main() { int a; scanf("%d",&a); int...
C++
2025-09-20
1
11