Problem | platonic2 |
---|---|
User | MysteriousMystery |
Submission Time | 2025-06-19 09:34:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic2.cpp: In function ‘int main()’:
platonic2.cpp:14:23: error: expected ‘;’ before ‘cout’
14 | sort(arr, arr + n)
| ^
| ;
15 | cout << arr[k];
| ~~~~