| Problem | platonic9 |
|---|---|
| User | lxmine |
| Submission Time | 2026-04-18 09:40:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic9.cpp: In function ‘int main()’:
platonic9.cpp:9:22: error: expected ‘;’ before ‘)’ token
9 | for (int i=0;i<n,i++){
| ^
| ;
platonic9.cpp:13:22: error: expected ‘;’ before ‘)’ token
13 | for(int j=0;j<n,j++){
| ^
| ;
platonic9.cpp: At global scope:
platonic9.cpp:21:1: error: expected unqualified-id before ‘for’
21 | for(int i=0;i<n;i++){
| ^~~
platonic9.cpp:21:13: error: ‘i’ does not name a type
21 | for(int i=0;i<n;i++){
| ^
platonic9.cpp:21:17: error: ‘i’ does not name a type
21 | for(int i=0;i<n;i++){
| ^