0_0_17186816_19866.cpp:8:1: error: '_int64' does not name a type
_int64 fight[N];
^
0_0_17186816_19866.cpp: In function 'int main()':
0_0_17186816_19866.cpp:12:2: error: '_int64' was not declared in this scope
_int64 t,tot=1;
^
0_0_17186816_19866.cpp:13:7: error: 't' was not declared in this scope
cin>>t;
^
0_0_17186816_19866.cpp:16:10: error: expected ';' before 'n'
_int64 n,m,k;
^
0_0_17186816_19866.cpp:17:8: error: 'n' was not declared in this scope
cin>>n>>m>>k;
^
0_0_17186816_19866.cpp:17:11: error: 'm' was not declared in this scope
cin>>n>>m>>k;
^
0_0_17186816_19866.cpp:17:14: error: 'k' was not declared in this scope
cin>>n>>m>>k;
^
0_0_17186816_19866.cpp:19:9: error: 'fight' was not declared in this scope
cin>>fight[i];
^
0_0_17186816_19866.cpp:21:8: error: 'fight' was not declared in this scope
sort(fight+1,fight+1+n);//ϵͳµ÷ÓÃ
^
0_0_17186816_19866.cpp:22:19: error: 'tot' was not declared in this scope
cout<<"Case #"<<tot++<<":"<<endl;
^
|