| Problem | yayornay |
|---|---|
| User | friendlyfexr |
| Submission Time | 2026-07-03 17:31:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:6:12: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
6 | if (in == "CPIC") {cout << "Yay"}
| ^~~~~~
yayornay.cpp:6:34: error: expected ‘;’ before ‘}’ token
6 | if (in == "CPIC") {cout << "Yay"}
| ^
| ;
yayornay.cpp:7:21: error: expected ‘;’ before ‘}’ token
7 | else {cout << "Nay"}
| ^
| ;