Problem | robotbombs |
---|---|
User | popperoni |
Submission Time | 2024-12-30 14:18:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
robotbombs.cpp: In function ‘int main()’:
robotbombs.cpp:64:9: error: redeclaration of ‘std::string s’
64 | string s;cin>>s;
| ^
robotbombs.cpp:33:9: note: ‘std::string s’ previously declared here
33 | string s;cin>>s;
| ^