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

Compile Error

platonic2.cpp: In function ‘int main()’:
platonic2.cpp:5:7: error: expected initializer before ‘==’ token
5 | int N==2
| ^~
platonic2.cpp:7:22: error: ‘N’ was not declared in this scope
7 | vector<int> vect(N);
| ^
platonic2.cpp:12:18: error: ‘K’ was not declared in this scope
12 | cout << vect[K - 1];
| ^