0_0_36062905_28026.cpp:29:21: error: stray '\243' in program
break£» } }
^
0_0_36062905_28026.cpp:29:21: error: stray '\273' in program
0_0_36062905_28026.cpp: In function 'int main()':
0_0_36062905_28026.cpp:27:22: error: 'i' was not declared in this scope
if(a[i][j]<sub[j]) {
^
0_0_36062905_28026.cpp:29:29: error: expected ';' before '}' token
break£» } }
^
0_0_36062905_28026.cpp:38:14: error: 'sum' was not declared in this scope
cout<<sum<<endl;
^
0_0_36062905_28026.cpp: At global scope:
0_0_36062905_28026.cpp:39:20: error: expected declaration before '}' token
cout<<endl;}}
^
|