Problem yayornay
User DoubleShaurya
Submission Time 2024-07-21 20:09:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp:8:14: error: stray ‘\342’ in program
8 | if (str1 == “CPIC”) {
| ^
yayornay.cpp:8:15: error: stray ‘\200’ in program
8 | if (str1 == “CPIC”) {
| ^
yayornay.cpp:8:16: error: stray ‘\234’ in program
8 | if (str1 == “CPIC”) {
| ^
yayornay.cpp:8:21: error: stray ‘\342’ in program
8 | if (str1 == “CPIC”) {
| ^
yayornay.cpp:8:22: error: stray ‘\200’ in program
8 | if (str1 == “CPIC”) {
| ^
yayornay.cpp:8:23: error: stray ‘\235’ in program
8 | if (str1 == “CPIC”) {
| ^
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:8:17: error: ‘CPIC’ was not declared in this scope
8 | if (str1 == “CPIC”) {
| ^~~~