| Problem | splithunny |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-07-25 10:34:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:10:6: error: scalar object ‘x’ requires one element in initializer
10 | int x = {1, -1, 0, 0};
| ^
splithunny.cpp:11:6: error: scalar object ‘y’ requires one element in initializer
11 | int y = {0, 0, 1, -1};
| ^
splithunny.cpp:13:7: error: ‘i’ was not declared in this scope
13 | for (i = 1; i <= r; i++) {
| ^
splithunny.cpp:14:8: error: ‘j’ was not declared in this scope
14 | for (j = 1; j <= c; j++) {
| ^
splithunny.cpp:19:7: error: ‘i’ was not declared in this scope
19 | for (i = 1; i <= r; i++) {
| ^
splithunny.cpp:20:8: error: ‘j’ was not declared in this scope
20 | for (j = 1; j <= c; j++) {
| ^
splithunny.cpp:24:18: error: no matching function for call to ‘std::queue<std::pair<int, int> >::push(<brace-enclosed initializer list>)’
24 |