0_0_30332871_20065.cpp:38:2: error: stray '\357' in program
int h = tmp/2, t = (T-tmp)/2;
^
0_0_30332871_20065.cpp:38:2: error: stray '\274' in program
0_0_30332871_20065.cpp:38:2: error: stray '\233' in program
0_0_30332871_20065.cpp: In function 'std::vector<int> cut2(char*, int)':
0_0_30332871_20065.cpp:39:2: error: expected ',' or ';' before 'int'
int i,j,k;
^
0_0_30332871_20065.cpp:40:6: error: 'i' was not declared in this scope
for(i=T-1, j=k=0; i>=0 ; i--){
^
0_0_30332871_20065.cpp:40:13: error: 'j' was not declared in this scope
for(i=T-1, j=k=0; i>=0 ; i--){
^
0_0_30332871_20065.cpp:40:15: error: 'k' was not declared in this scope
for(i=T-1, j=k=0; i>=0 ; i--){
^
0_0_30332871_20065.cpp:55:2: error: 'i' was not declared in this scope
i += 1;
^
|