| Problem | yayornay |
|---|---|
| User | lynovyl |
| Submission Time | 2024-06-21 16:08:10 |
| 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="SGIO";
| ^
yayornay.cpp:4:9: note: ‘std::string s’ previously declared here
4 | string s="CPIC";
| ^