| Problem | yayornay |
|---|---|
| User | berrymochi |
| Submission Time | 2026-06-22 21:23:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:9:9: error: invalid conversion from ‘const char*’ to ‘long long int’ [-fpermissive]
9 | int s ="CPIC";
| ^~~~~~
| |
| const char*
yayornay.cpp:10:9: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
10 | if (s=="CPIC"){
| ^~~~~~