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

Compile Error

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