Problem platonic2
User jcoder12345
Submission Time 2025-06-19 10:01:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic2.cpp: In function ‘int main()’:
platonic2.cpp:8:9: error: ‘i’ was not declared in this scope
8 | for(i=0; i < N ; i++){
| ^
platonic2.cpp:9:30: error: ‘n’ was not declared in this scope
9 | sort(arr[i],arr[i] + n);
| ^