Problem | zamjena |
---|---|
User | Pan |
Submission Time | 2024-08-19 15:25:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
zamjena.cpp: In function ‘int main()’:
zamjena.cpp:56:43: error: expected ‘;’ before ‘continue’
56 | if (isdigit(a[i][0]) && isdigit(b[i][0]) continue;
| ^~~~~~~~~
| ;
zamjena.cpp:57:3: error: expected primary-expression before ‘if’
57 | if (isdigit(a[i][0]) || isdigit(b[i][0]))
| ^~
zamjena.cpp:56:53: error: expected ‘)’ before ‘if’
56 | if (isdigit(a[i][0]) && isdigit(b[i][0]) continue;
| ~ ^
| )
57 | if (isdigit(a[i][0]) || isdigit(b[i][0]))
| ~~
zamjena.cpp:68:2: error: expected primary-expression before ‘}’ token
68 | }
| ^