| Problem | jaydenscurve |
|---|---|
| User | GODSLAYER |
| Submission Time | 2026-06-26 16:31:05 |
| 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: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] == '#') {
| ^
jaydenscurve.cpp:48:5: error: expected ‘}’ at end of input
48 | }
| ^
jaydenscurve.cpp:11:15: note: to match this ‘{’
11 | signed main() {
| ^