Problem | yayornay |
---|---|
User | skibidininja98 |
Submission Time | 2024-06-21 12:44:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:5:2: error: ‘s’ was not declared in this scope
5 | s = 0;
| ^
yayornay.cpp:8:10: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
8 | return "Yay";
| ^~~~~
| |
| const char*
yayornay.cpp:11:10: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
11 | return "Nay";
| ^~~~~
| |
| const char*