forwhat00  

2020年7月2日

摘要: //P1757 #include <iostream> #define max(a,b) ((a)<(b)?(b):(a)) using namespace std; int maxcls,V,n,clsnum[1005],is[1005][1005]; int d[1000]; class ite 阅读全文
posted @ 2020-07-02 20:36 forwhat00 阅读(101) 评论(0) 推荐(0) 编辑
 
摘要: #include<iostream> #include<cmath> using namespace std; int n,num,t,tmax; int main(){ int i; cin>>n>>num;tmax=num; for(i=1;i<n;i++){ cin>>t; if(num<0) 阅读全文
posted @ 2020-07-02 19:52 forwhat00 阅读(75) 评论(0) 推荐(0) 编辑
 
摘要: #include<iostream> #include<algorithm> using namespace std; class stu{public: char *name; int y,m,d; double is; stu(){name=new char[20];} }input[100]; 阅读全文
posted @ 2020-07-02 19:09 forwhat00 阅读(108) 评论(0) 推荐(0) 编辑