| Problem | cpicgame |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-23 11:00:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:10:13: error: ‘Y’ was not declared in this scope
10 | if (C = Y) {
| ^
cpicgame.cpp:13:22: error: ‘a’ was not declared in this scope
13 | if (choice = a){
| ^
cpicgame.cpp:18:17: error: expected ‘}’ before ‘else’
18 | else if (y == 0){
| ^~~~
cpicgame.cpp:15:24: note: to match this ‘{’
15 | if (r == 0){
| ^
cpicgame.cpp:20:34: error: ‘b’ was not declared in this scope
20 | if (choice = b);
| ^
cpicgame.cpp:24:29: error: ‘R’ was not declared in this scope
24 | if (C = R) {
| ^
cpicgame.cpp:32:33: error: expected ‘}’ before ‘else’
32 | else if (y = 0){
|