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

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:41:30: error: ‘j’ was not declared in this scope
41 | if (c[l][j] == '#' && c[l][k] == '#') {
| ^
jaydenscurve.cpp:41:48: error: ‘k’ was not declared in this scope
41 | if (c[l][j] == '#' && c[l][k] == '#') {
| ^
jaydenscurve.cpp:46:7: error: expected ‘}’ at end of input
46 | }
| ^
jaydenscurve.cpp:39:49: note: to match this ‘{’
39 | for (int l = e + 1; l < a; l++) {
| ^
jaydenscurve.cpp:46:7: error: expected ‘}’ at end of input
46 | }
| ^
jaydenscurve.cpp:32:49: note: to match this ‘{’
32 | for (int h = 0; h < (int)f.size(); h++) {
| ^
jaydenscurve.cpp:46