Problem | yayornay |
---|---|
User | lynovyl |
Submission Time | 2024-06-21 15:58:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:4:27: error: expected ‘;’ before ‘if’
4 | string s="CPIC"; s="SGIO"
| ^
| ;
5 | if (s=="CPIC"){
| ~~
yayornay.cpp:8:2: error: ‘else’ without a previous ‘if’
8 | else if (s=="SGIO"){
| ^~~~