摘要:
#include <iostream> using namespace std; int main() { int N; cin>>N; int H[1001],L[1001],R[1001]; for(int i=1;i<=N;i++){ cin>>H[i]>>L[i]>>R[i]; } for( 阅读全文
摘要:
#include <iostream> #include "minecraft.h" #include <string> TxMinecraft mc; using namespace std; struct weizhi{ int x; int y; int z; int id; int data 阅读全文
摘要:
#include <iostream> using namespace std; int main() { int N,L,maxx = 0,minn = 0; cin>>N>>L; int a[N],b[N][2]; for(int i = 0;i<3;i++){ cin>>a[i]; maxx 阅读全文
摘要:
#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 阅读全文