Problem greeting
User ShreyasBhat
Submission Time 2026-01-21 16:04:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:9:23: error: expected ‘;’ before ‘getline’
9 | string s; cin >> s
| ^
| ;
10 | getline(cin,s);
| ~~~~~~~
greeting.cpp:11:13: error: ‘sum’ was not declared in this scope
11 | cout << sum;
| ^~~