Problem sort
User skibidininja98
Submission Time 2024-06-19 10:17:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:12:25: error: ‘n’ was not declared in this scope
12 | for (int i = 0; i < n; ++i) {
| ^
sort.cpp:24:13: error: expected ‘}’ at end of input
24 | return 0;
| ^
sort.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^