Problem greeting
User Xinlan
Submission Time 2023-11-08 11:06:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:7:2: error: ‘getstring’ was not declared in this scope
7 | getstring(cin, a);
| ^~~~~~~~~
greeting.cpp:8:15: error: expected primary-expression before ‘a’
8 | cout<<string a;
| ^