| Problem | cpicgame |
|---|---|
| User | WoshiYC |
| Submission Time | 2026-06-23 10:37:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:18:42: error: expected ‘;’ before ‘}’ token
18 | if (c == "Y" && r/2 == 0) {cout << "Tie!"}
| ^
| ;
cpicgame.cpp:19:42: error: expected ‘;’ before ‘}’ token
19 | if (c == "R" && r/2 == 0) {cout << "Tie!"}
| ^
| ;