Problem | yayornay |
---|---|
User | Jinxuan |
Submission Time | 2024-06-28 14:28:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:5:18: error: expected ‘;’ before ‘if’
5 | string s; cin>>s
| ^
| ;
6 | if (s=="CPIC") cout << "Yay";
| ~~
yayornay.cpp:7:2: error: ‘else’ without a previous ‘if’
7 | else cout << "Nay";
| ^~~~