| Problem | jaydenscurve |
|---|---|
| User | ptk8627 |
| Submission Time | 2026-06-26 16:37:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:13:14: error: invalid types ‘long long int[long long int]’ for array subscript
13 | cin >> c[i][j];
| ^
jaydenscurve.cpp:18:10: error: invalid types ‘long long int[long long int]’ for array subscript
18 | if(c[i][j] == '#') {
| ^
jaydenscurve.cpp:28:10: error: invalid types ‘long long int[long long int]’ for array subscript
28 | if(c[i][j] == '#') {
| ^