Problem | splithunny |
---|---|
User | Maggie |
Submission Time | 2023-11-16 08:19:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:29:17: error: missing template arguments before ‘[’ token
29 | cin >> array [i][j];
| ^
splithunny.cpp:34:29: error: missing template arguments before ‘[’ token
34 | if (visited[i][j]or array[i][j] == '.')continue;
| ^
splithunny.cpp:36:11: error: expected ‘;’ before ‘}’ token
36 | sum +=1
| ^
| ;
37 | }
| ~