Problem sort2
User Lypho
Submission Time 2025-04-01 21:37:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort2.cpp: In function ‘int main()’:
sort2.cpp:26:25: error: expected ‘;’ before ‘}’ token
26 | cout << item << " "
| ^
| ;
27 | }
| ~