0_0_22257287_29544.cpp:8:4: error: stray '\243' in program
int m[20010£»
^
0_0_22257287_29544.cpp:8:4: error: stray '\273' in program
0_0_22257287_29544.cpp: In function 'int main()':
0_0_22257287_29544.cpp:9:4: error: expected ']' before 'int'
int n[20010];
^
0_0_22257287_29544.cpp:14:20: error: 'm' was not declared in this scope
cin >> m[i];
^
0_0_22257287_29544.cpp:15:13: error: 'm' was not declared in this scope
sort(m, m + a + b);
^
0_0_22257287_29544.cpp:16:10: error: 'n' was not declared in this scope
n[0] = m[0];
^
|