| Problem | jaydenscurve |
|---|---|
| User | GODSLAYER |
| Submission Time | 2026-06-26 16:49:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:44:64: error: expected ‘}’ at end of input
44 | cout << r2 + 1 << " " << c1 + 1 << endl;
| ^
jaydenscurve.cpp:40:63: note: to match this ‘{’
40 | if (g[r2][c1] == '#' && g[r2][c2] == '#') {
| ^
jaydenscurve.cpp:44:64: error: expected ‘}’ at end of input
44 | cout << r2 + 1 << " " << c1 + 1 << endl;
| ^
jaydenscurve.cpp:38:53: note: to match this ‘{’
38 | for (int r2 = r1 + 1; r2 < R; r2++) {
| ^
jaydenscurve.cpp:44:64: error: expected ‘}’ at end of input
44 |