逆天半星第1题
题目 3285 [CSP 2019J]数字游戏
2024-10-15 21:00:11
|
|
挺简单
|
|
题太水 答案供参考
#include <bits/stdc++.h> using namespace std; int main() { string s; int i,n,st,s1=0; freopen("csp2019pj_number.in","r",stdin); freopen("csp2019pj_number.out","w",stdout); getline(cin,s); st=s.length(); for(i=0;i<=st-1;i++) if(s[i]=='1') s1++; if(s1==0) cout<<'0'; else cout<<s1; fclose(stdin); fclose(stdout); }
题目 3285 [CSP 2019J]数字游戏
2024-07-21 10:40:26
|
|
6次终于A了哈哈
|
|
题目 3285 [CSP 2019J]数字游戏
2022-03-22 18:56:42
|
|
题目 3285 [CSP 2019J]数字游戏
2021-09-19 10:30:39
|
|
系~~~~吗??????
这么简单的题不会还有人没做开吧
题目 3285 [CSP 2019J]数字游戏
2021-09-19 10:20:56
|
|
|
|
CSP-J2019纪念
|