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 阅读全文
摘要:
#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) 阅读全文
摘要:
#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]; 阅读全文
|
Copyright © 2025 forwhat00
Powered by .NET 9.0 on Kubernetes |