Problem platonic3
User Hatrix
Submission Time 2026-03-02 14:30:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic3.cpp: In function ‘int main()’:
platonic3.cpp:7:5: error: expected ‘;’ before ‘n’
7 | cin n;
| ^~
| ;
platonic3.cpp:12:4: error: ‘b’ was not declared in this scope
12 | b+=1;
| ^
platonic3.cpp:15:10: error: ‘b’ was not declared in this scope
15 | cout << b;
| ^