随笔分类 -  信息学奥赛题库

摘要:#include<iostream> #include<bits/stdc++.h> using namespace std; map<string,int>na_mo; int main(){ string name[15],Zname,Pname; int n,mony,m; cin>>n; f 阅读全文
posted @ 2023-06-23 19:59 郭立恒 阅读(35) 评论(0) 推荐(0)
摘要:include<iostream> using namespace std; int main(){ int n=0,x,s=0,a,b=0,y=1; for(int i=1;i<=12;i++){ cin>>x; n=n+300-x; if(n>=0){ s+=n/100*100; n%=100; 阅读全文
posted @ 2023-03-25 19:17 郭立恒 阅读(39) 评论(0) 推荐(0)