| Problem | platonic4 |
|---|---|
| User | CastyLoz17 |
| Submission Time | 2026-02-27 16:21:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic4.cpp: In function ‘int main()’:
platonic4.cpp:8:2: error: ‘io_base’ has not been declared
8 | io_base::sync_with_stdio(0);
| ^~~~~~~
platonic4.cpp:13:17: error: expected ‘;’ before ‘)’ token
13 | for (int j = 0); j < n; j++) {
| ^
| ;
platonic4.cpp:13:17: error: expected primary-expression before ‘)’ token
platonic4.cpp:13:17: error: expected ‘;’ before ‘)’ token
13 | for (int j = 0); j < n; j++) {
| ^
| ;
platonic4.cpp:13:20: error: ‘j’ was not declared in this scope
13 | for (int j = 0); j < n; j++) {
| ^