首页 > 数字游戏
头像 威风镰鼬
发表于 2021-06-17 18:14:38
思路 水题,计数字符串的长度判断即可。 代码 #include<bits/stdc++.h> using namespace std; int main(){ int ans=0; string str; cin>>str; for(int 展开全文
头像 葫噜鱼
发表于 2022-08-01 22:34:50
#include <bits/stdc++.h> using namespace std; struct go_log{ int tool; int price; int time; go_log* next; }; int main(){ 展开全文
头像 fnoi19wyhanx
发表于 2019-12-07 13:35:43
#include<bits/stdc++.h> using namespace std; const int N=8; int ans; char a[10]; int main(){ ans=0; for(int i=1; i<=N; i++) scanf("%c 展开全文