- 吐吐很快乐
啊?
- 2024-11-18 12:53:18 @
0 System Error
Too Many Requests 代码 #include<bits/stdc++.h> using namespace std; int main() { char a[256]; int tong=0; gets(a); for(int i=0;i<strlen(a);i++) { if(a[i]>='0'&&a[i]<='9')++tong; } cout<<tong; return 0; }
1 条评论
-
董章正 LV 6 @ 2024-11-20 18:04:02
哪个题?
- 1