摘要: #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)