Problem | platonic2 |
---|---|
User | jcoder12345 |
Submission Time | 2025-06-19 10:20:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic2.cpp: In function ‘int main()’:
platonic2.cpp:7:13: error: ‘i’ was not declared in this scope
7 | int arr[i];
| ^
platonic2.cpp:9:16: error: ‘arr’ was not declared in this scope
9 | cin >> arr[i];
| ^~~
platonic2.cpp:11:10: error: ‘arr’ was not declared in this scope
11 | sort(arr,arr+ N);
| ^~~