Problem platonic3
User jcoder12345
Submission Time 2025-06-19 10:54:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic3.cpp: In function ‘int main()’:
platonic3.cpp:7:10: error: ‘i’ was not declared in this scope
7 | for (i=0; i < N; i++){
| ^
platonic3.cpp:9:17: error: expected ‘;’ before ‘:’ token
9 | cin >> x:
| ^
| ;