Problem chinese
User mew1323
Submission Time 2025-06-21 20:09:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chinese.cpp: In function ‘int main()’:
chinese.cpp:8:3: error: ‘cin’ was not declared in this scope
8 | cin >> N;
| ^~~
chinese.cpp:18:3: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
18 | sort(x, x+N,cmp);
| ^~~~
| short
chinese.cpp:32:3: error: ‘cout’ was not declared in this scope
32 | cout << s2;
| ^~~~