Problem yayornay
User Junxisad
Submission Time 2026-08-14 14:45:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:8:12: error: could not convert ‘name.std::__cxx11::basic_string<char>::operator=(((const char*)"CPIC"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
8 | if (name = "CPIC") {
| ~~~~~^~~~~~~~
| |
| std::__cxx11::basic_string<char>
yayornay.cpp:13:3: error: expected ‘}’ at end of input
13 | }
| ^
yayornay.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^