摘要: 1 #include <iostream> 2 //#include <bits/stdc++.h> 3 #include <string> 4 5 using namespace std; 6 7 int main() 8 { 9 int number; 10 int sum=0; 11 int 阅读全文
posted @ 2021-01-05 16:12 -Asurada- 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 //#include <bits/stdc++.h> 3 #include <string> 4 5 using namespace std; 6 7 typedef struct { 8 int location; 9 int foreOrback; 阅读全文
posted @ 2021-01-05 16:10 -Asurada- 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 基本输入输出 1.接收多行数据,直到文件末尾 1 #include <iostream> 2 //#include <bits/stdc++.h> 3 #include <string> 4 5 using namespace std; 6 7 int main() 8 { 9 string sa, 阅读全文
posted @ 2021-01-05 12:12 -Asurada- 阅读(276) 评论(0) 推荐(0) 编辑