Problem eeducation
User kashsinghal
Submission Time 2023-11-15 13:40:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int32_t main()’:
eeducation.cpp:20:26: error: expected ‘;’ before ‘cout’
20 | (s.find(a[i])!=s.end ()) cout << a[i] << " ";
| ^~~~~
| ;