Problem twochoices
User brat
Submission Time 2025-09-25 11:18:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

twochoices.cpp: In function ‘int main()’:
twochoices.cpp:11:14: error: expected unqualified-id before ‘,’ token
11 | int arr[n], , count=0, ans=0;;
| ^
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++;}}
| ^