| Problem | eight |
|---|---|
| User | yqiiiiiii |
| Submission Time | 2025-06-16 16:21:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:7:25: error: expected ‘;’ before ‘)’ token
7 | for(int i = 0; i<n, ++i){
| ^
| ;
eight.cpp:11:25: error: expected ‘;’ before ‘)’ token
11 | for(int j = 0; j<n, ++j){
| ^
| ;
eight.cpp:17:2: error: expected primary-expression before ‘]’ token
17 | ]
| ^
eight.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
eight.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^