difire
difire
全部文章
分类
归档
标签
去牛客网
登录
/
注册
difire的博客
全部文章
(共1篇)
题解 | 记数问题
#include <iostream> #include <string> using namespace std; int main() { int n,x; long count=0; cin >>n>>x; fo...
2025-11-13
0
13