Problem eeducation
User dev1634
Submission Time 2024-04-08 16:29:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int main()’:
eeducation.cpp:13:22: error: expected primary-expression before ‘)’ token
13 | if (arr[a] == arr1[b[) {
| ^
eeducation.cpp:13:22: error: expected ‘]’ before ‘)’ token
13 | if (arr[a] == arr1[b[) {
| ^
| ]
eeducation.cpp:13:22: error: expected ‘]’ before ‘)’ token
13 | if (arr[a] == arr1[b[) {
| ^
| ]