Problem eeducation
User nivay210
Submission Time 2023-11-15 11:10:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int main()’:
eeducation.cpp:18:32: error: expected ‘;’ before ‘)’ token
18 | for (s.find(a[i]) != s.end ()) cout << a[i] << " ";
| ^
| ;
eeducation.cpp:19:2: error: expected primary-expression before ‘}’ token
19 | }
| ^
eeducation.cpp:18:54: error: expected ‘;’ before ‘}’ token
18 | for (s.find(a[i]) != s.end ()) cout << a[i] << " ";
| ^
| ;
19 | }
| ~
eeducation.cpp:19:2: error: expected primary-expression before ‘}’ token
19 | }
| ^
eeducation.cpp:18:54: error: expected ‘)’ before ‘}’ token
18 | for (s.find(a[i]) != s.end ()) cout << a[i] << " ";
| ~