摘要: //能用中间变量的,不要开数组QAQ 1 #include<iostream> 2 #include<bits/stdc++.h> 3 using namespace std; 4 5 int main() 6 { 7 int n,m; 8 cin>>n>>m; 9 int a; 10 int c; 阅读全文
posted @ 2020-09-06 20:30 知马力lly 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 1 #include<iostream> 2 #include<bits/stdc++.h> 3 using namespace std; 4 5 int main() 6 { 7 int sum; //总报数个数(不计被跳过的数) 8 int result[4]={0}; 9 int n=0; 1 阅读全文
posted @ 2020-09-06 20:17 知马力lly 阅读(105) 评论(0) 推荐(0) 编辑
Document