Problem | platonic4 |
---|---|
User | FIips |
Submission Time | 2025-06-11 01:41:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic4.cpp: In function ‘int32_t main()’:
platonic4.cpp:13:21: error: ‘n’ was not declared in this scope
13 | for(int i = 0; i < n; i++) {
| ^
platonic4.cpp:18:26: error: expected ‘;’ before ‘}’ token
18 | cout << (r - l + 1) / 2
| ^
| ;
19 | }
| ~