Problem greeting
User rubyred
Submission Time 2024-03-25 14:15:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:7:18: error: expected ‘)’ before ‘;’ token
7 | while (cin >> ss;) {
| ~ ^
| )
greeting.cpp:7:19: error: expected primary-expression before ‘)’ token
7 | while (cin >> ss;) {
| ^