| Problem | cpicgame |
|---|---|
| User | yq |
| Submission Time | 2026-06-23 11:01:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:10:33: error: expected ‘;’ before ‘while’
10 | cin>>character>>yuheng>>raphael
| ^
| ;
11 | while(r!= 0, y!=0);{
| ~~~~~
cpicgame.cpp:12:7: error: ‘caracter’ was not declared in this scope; did you mean ‘character’?
12 | if(caracter=yuheng){
| ^~~~~~~~
| character