Problem yayornay
User berrymochi
Submission Time 2026-06-22 21:23:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:9:10: error: invalid conversion from ‘const char*’ to ‘char’ [-fpermissive]
9 | char s ="CPIC";
| ^~~~~~
| |
| const char*
yayornay.cpp:10:9: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
10 | if (s=="CPIC"){
| ^~~~~~