Problem | yayornay |
---|---|
User | lynovyl |
Submission Time | 2024-06-21 13:26:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:5:9: error: redeclaration of ‘std::string s’
5 | string s="CPIO";
| ^
yayornay.cpp:4:9: note: ‘std::string s’ previously declared here
4 | string s;
| ^