Problem | journey3 |
---|---|
User | Henries |
Submission Time | 2025-03-04 15:42:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
journey3.cpp: In function ‘int main()’:
journey3.cpp:30:3: error: expected unqualified-id before ‘for’
30 | for(int j = 0;j<m;j++){
| ^~~
journey3.cpp:29:10: error: expected ‘;’ before ‘for’
29 | for(int
| ^
| ;
30 | for(int j = 0;j<m;j++){
| ~~~
journey3.cpp:30:3: error: expected primary-expression before ‘for’
30 | for(int j = 0;j<m;j++){
| ^~~
journey3.cpp:29:10: error: expected ‘;’ before ‘for’
29 | for(int
| ^
| ;
30 | for(int j = 0;j<m;j++){
| ~~~
journey3.cpp:30:3: error: expected primary-expression before ‘for’
30 | for(int j = 0;j<m;j++){
| ^~~
journey3.cpp:29:10: error: expected ‘)’ before ‘for’
29 | for(int
| ~ ^
| )
30 | for(int j = 0;j<m;j++){
| ~~~