Problem yayornay
User Magenta
Submission Time 2026-06-22 22:07:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:7:11: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
7 | if (s == "CPIC") {
| ^~~~~~
yayornay.cpp:10:16: error: expected ‘;’ before ‘}’ token
10 | cout << "Nay"
| ^
| ;
11 | }
| ~
yayornay.cpp:11:2: error: expected ‘}’ at end of input
11 | }
| ^
yayornay.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^