| Problem | jaydenscurve |
|---|---|
| User | GODSLAYER |
| Submission Time | 2026-06-26 16:27:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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:39:30: error: ‘e’ was not declared in this scope
39 | for (int l = e + 1; l < a; l++) {
| ^
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++) {