Problem helloworld
User Sarah5678
Submission Time 2024-01-29 15:55:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:10: error: redeclaration of ‘std::string s’
5 | string s; cin >> s;
| ^
helloworld.cpp:4:9: note: ‘std::string s’ previously declared here
4 | string s = "Hello World";
| ^