Problem greeting
User thelusidian
Submission Time 2024-03-04 16:05:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:5:31: error: expected initializer before ‘x’
5 | unsigned long long string x;
| ^
greeting.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x;
| ^