Problem | yayornay |
---|---|
User | lynovyl |
Submission Time | 2024-06-21 14:50:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:6:9: error: ‘CPIC’ was not declared in this scope
6 | if (s==CPIC){
| ^~~~
yayornay.cpp:7:10: error: ‘Yay’ was not declared in this scope
7 | cout << Yay ;
| ^~~
yayornay.cpp:9:14: error: ‘SGIO’ was not declared in this scope; did you mean ‘SIGIO’?
9 | else if (s==SGIO){
| ^~~~
| SIGIO
yayornay.cpp:10:10: error: ‘Nay’ was not declared in this scope
10 | cout << Nay ;
| ^~~