| Problem | yayornay |
|---|---|
| User | dooweidde |
| Submission Time | 2025-04-02 15:13:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:14:8: error: expected ‘(’ before ‘n’
14 | if n == "CPIC"{
| ^
| (
yayornay.cpp:16:6: error: ‘else’ without a previous ‘if’
16 | }else{
| ^~~~
yayornay.cpp:17:22: error: expected ‘;’ before ‘}’ token
17 | cout << "Nay"
| ^
| ;
18 | }
| ~