Problem greeting
User CZHT
Submission Time 2026-02-28 11:11:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:5:13: error: two or more data types in declaration of ‘S’
5 | string int S;
| ^
greeting.cpp:6:9: error: ‘S’ was not declared in this scope
6 | cin >> S;
| ^