Problem | greeting |
---|---|
User | thelusidian |
Submission Time | 2024-03-04 16:08:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:5:17: error: expected initializer before ‘x’
5 | long string x;
| ^
greeting.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x;
| ^