Problem sort
User ilovepythonandhatecplusplus
Submission Time 2024-04-19 23:38:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
sort.cpp:7:11: note: to match this ‘{’
7 | int main(){
| ^