摘要: 阅读全文
posted @ 2023-05-13 19:36 fushuxuan1 阅读(16) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-05-13 19:32 fushuxuan1 阅读(41) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-05-13 19:31 fushuxuan1 阅读(23) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main(int argc, char** argv) { srand(time(0)); cout<<"输入做题数量"; int b,c 阅读全文
posted @ 2023-05-13 19:31 fushuxuan1 阅读(37) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-05-13 19:29 fushuxuan1 阅读(101) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main(int argc, char** argv) { srand(time(0)); int x=rand()%5+1; int y 阅读全文
posted @ 2023-05-13 18:52 fushuxuan1 阅读(21) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(){ int x,y,n,s,max; cin>>n; for(int i=0;i<n;i++){ cin>>x>>y; if(x>=90 && x<=140 && y>=60 && y<= 阅读全文
posted @ 2023-03-25 23:39 fushuxuan1 阅读(59) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-03-25 23:15 fushuxuan1 阅读(0) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int x=0,n,m=0,y; for(int x=1;x<=12;x++){ cin>>n; m=m+300-n; y=y+m/100*100; 阅读全文
posted @ 2023-03-25 20:13 fushuxuan1 阅读(51) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main(int argc, char** argv) { int x; srand(time(0)); do{ int num=rand 阅读全文
posted @ 2023-03-25 16:48 fushuxuan1 阅读(13) 评论(0) 推荐(0)