-
个人简介
肝力图用户近期没有做题或开启了隐私保护日 一 二 三 四 五 六LessMore -
最近发帖动态
发帖 作文标题改 - 题解 2025-3-25 20:45:27 include include using namespace std; int main() { int n; int i = 0, num = 0; string s; scanf("%d\n", &n); //不好用cin>>n //... 发帖 拓拓在打字 - 题解 2025-3-25 20:02:39 include include using namespace std; int main() { string str; while (cin >> str) { cout << str << ' '; } //直接输入字符串,然后打印每... 发帖 作文标题 - 题解 2025-3-25 19:52:39 include include using namespace std; int main() { string s; getline(cin, s); //一个固定格式,用来读取一行的字符串 int count = 0; for (int... 发帖 奇偶统计改 - 题解 2025-3-25 19:34:37 include using namespace std; int main() { int n; int count = 0, sum = 0; while (cin >> n) { if (n % 2 == 0) { count++; }... 发帖 奇偶统计 - 题解 2025-3-25 19:28:50 include using namespace std; int main() { int n; int count = 0, con = 0; while (cin >> n) { //可以利用while一直输入 if (n == 0)... -
通过的题目
-
最近活动
This person is lazy and didn't join any contests or homework. -
最近编写的题解
题目标签
- 多组输入
- 多组输入 2
- 字符串
- 字符串 2
- 字符串输入
- 字符串输入 1
- 一本通在线评测
- 一本通在线评测 1



