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

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:7:10: error: invalid conversion from ‘const char*’ to ‘long long int’ [-fpermissive]
7 | if (s = "CPIC") {
| ^~~~~~
| |
| const char*
yayornay.cpp:11:2: error: expected ‘}’ at end of input
11 | }
| ^
yayornay.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^