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

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:32:34: error: ‘f’ was not declared in this scope
32 | for (int h = 0; h < (int)f.size(); h++) {
| ^
jaydenscurve.cpp:40:30: error: ‘e’ was not declared in this scope
40 | for (int l = e + 1; l < a; l++) {
| ^
jaydenscurve.cpp:42:30: error: ‘j’ was not declared in this scope
42 | if (c[l][j] == '#' && c[l][k] == '#') {
| ^
jaydenscurve.cpp:42:48: error: ‘k’ was not declared in this scope
42 | if (c[l][j] == '#' && c[l][k] == '#') {
| ^