Problem | splithunny |
---|---|
User | penguin |
Submission Time | 2023-11-16 10:55:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:24:18: error: expected ‘;’ before ‘:’ token
24 | cin >> r >> c:
| ^
| ;
splithunny.cpp:25:19: error: ‘i’ was not declared in this scope
25 | for (int i=0; i<r; i++){
| ^