Problem jaydenscurve
User GODSLAYER
Submission Time 2026-06-26 16:21:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:44:62: error: expected ‘}’ at end of input
44 | cout << l + 1 << " " << j + 1 << endl;
| ^
jaydenscurve.cpp:40:59: note: to match this ‘{’
40 | if (c[l][j] == '#' && c[l][k] == '#') {
| ^
jaydenscurve.cpp:44:62: error: expected ‘}’ at end of input
44 | cout << l + 1 << " " << j + 1 << endl;
| ^
jaydenscurve.cpp:38:49: note: to match this ‘{’
38 | for (int l = e + 1; l < a; l++) {
| ^
jaydenscurve.cpp:44:62: error: expected ‘}’ at end of input
44 | cout << l + 1