Problem platonic2
User shrish2010
Submission Time 2025-06-19 09:53:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic2.cpp: In function ‘int main()’:
platonic2.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘int’
6 | int K=1;
| ^~~
platonic2.cpp:12:18: error: ‘K’ was not declared in this scope
12 | cout << vect[K - 1];
| ^