Problem drama
User Xavier
Submission Time 2025-06-19 15:52:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

drama.cpp: In function ‘int main()’:
drama.cpp:9:12: error: expected ‘;’ before ‘a’
9 | cin a[i];
| ^~
| ;
drama.cpp:11:18: error: ‘n’ was not declared in this scope
11 | sort (a, a + n);
| ^