摘要:
#include <iostream> #include "minecraft.h" #include <string> using namespace std; TxMinecraft mc; int x=699,y=144,z=10277; int main(int argc, char** a 阅读全文
摘要:
#include<iostream> using namespace std; struct ka{ string name; int age; string xin; }; int main(){ ka a[5]; ka t; for(int i=0;i<5;i++){ cin>>a[i].nam 阅读全文
摘要:
#include<iostream> #include<set> using namespace std; int main(){ int m,n,x=0,c[1000],p=-1; set<int> a; cin>>m>>n; int b; set<int>::iterator i; for(in 阅读全文