Problem platonic3
User kye
Submission Time 2025-06-19 10:51:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic3.cpp: In function ‘int main()’:
platonic3.cpp:8:25: error: ‘N’ was not declared in this scope
8 | for(int i = 1; i <= N; i++){
| ^
platonic3.cpp:11:13: error: ‘j’ was not declared in this scope
11 | if (j >= 10000) {
| ^