Problem | thumper2 |
---|---|
User | FIips |
Submission Time | 2025-03-24 08:01:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
thumper2.cpp:85:75: error: missing terminating ' character
85 | for(int i = 0; i < n; i++) cout << arr[i].row << ' ' << arr[i].col << 'n\';
| ^~~~~
thumper2.cpp:9:5: error: ‘row’ does not name a type; did you mean ‘pow’?
9 | row, col;
| ^~~
| pow
thumper2.cpp: In function ‘int32_t main()’:
thumper2.cpp:20:46: error: ‘struct Info’ has no member named ‘row’
20 | for(int i = 0; i < n; i++) cin >> arr[i].row >> arr[i].col;
| ^~~
thumper2.cpp:20:60: error: ‘struct Info’ has no member named ‘col’
20 | for(int i = 0; i < n; i++) cin >> arr[i].row >> arr[i].col;
| ^~~
thumper2.cpp:32:16: error: ‘j’ was not declared in this scope
32 | sim[i][