| Problem | twochoices |
|---|---|
| User | brat |
| Submission Time | 2025-09-25 11:18:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
twochoices.cpp: In function ‘int main()’:
twochoices.cpp:19:45: error: invalid types ‘long long int[long long int]’ for array subscript
19 | for (int d = 0; d < m; d++) {if (arr[i][d] != arr[j][d]) {count++;}}
| ^
twochoices.cpp:19:58: error: invalid types ‘long long int[long long int]’ for array subscript
19 | for (int d = 0; d < m; d++) {if (arr[i][d] != arr[j][d]) {count++;}}
| ^