Problem | eeducation |
---|---|
User | nivay210 |
Submission Time | 2023-11-15 11:51:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeducation.cpp: In function ‘int main()’:
eeducation.cpp:18:19: error: expected ‘)’ before ‘;’ token
18 | for (s.find(a[i];) != s.end ();) cout << a[i] << " ";
| ~ ^
| )
eeducation.cpp:18:20: error: expected primary-expression before ‘)’ token
18 | for (s.find(a[i];) != s.end ();) cout << a[i] << " ";
| ^
eeducation.cpp:18:20: error: expected ‘;’ before ‘)’ token
18 | for (s.find(a[i];) != s.end ();) cout << a[i] << " ";
| ^
| ;
eeducation.cpp:18:22: error: expected primary-expression before ‘!=’ token
18 | for (s.find(a[i];) != s.end ();) cout << a[i] << " ";
| ^~
eeducation.cpp:18:34: error: expected primary-expression before ‘)’ token
18 | for (s.find(a[i];) != s.end ();) cout << a[i] << " ";
|