| Problem | jaydenscurve |
|---|---|
| User | Zubair |
| Submission Time | 2026-06-26 16:04:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:10:8: error: ‘i’ was not declared in this scope
10 | if(i[j-1]=="#") {
| ^
jaydenscurve.cpp:10:10: error: ‘j’ was not declared in this scope
10 | if(i[j-1]=="#") {
| ^
jaydenscurve.cpp:11:10: error: redeclaration of ‘long long int i’
11 | int i;
| ^
jaydenscurve.cpp:10:8: note: ‘<typeprefixerror>i’ previously declared here
10 | if(i[j-1]=="#") {
| ^