Problem | platonic |
---|---|
User | ShaquilleOatmeal34 |
Submission Time | 2025-07-30 16:10:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic.cpp: In function ‘int main()’:
platonic.cpp:7:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | int arr[n];
| ^
| yn
platonic.cpp:9:10: error: ‘arr’ was not declared in this scope
9 | cin >> arr[i];
| ^~~
platonic.cpp:11:7: error: ‘arr’ was not declared in this scope
11 | sort(arr+0,arr+nika);
| ^~~