| Problem | cpicgame |
|---|---|
| User | Yuhmama |
| Submission Time | 2026-06-23 11:17:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:30:15: error: conflicting declaration ‘long long int Y’
30 | long long Y, R;
| ^
cpicgame.cpp:7:6: note: previous declaration as ‘int Y’
7 | int Y; int R;
| ^
cpicgame.cpp:30:18: error: conflicting declaration ‘long long int R’
30 | long long Y, R;
| ^
cpicgame.cpp:7:13: note: previous declaration as ‘int R’
7 | int Y; int R;
| ^
cpicgame.cpp:31:10: error: conflicting declaration ‘char C’
31 | char C;
| ^
cpicgame.cpp:5:6: note: previous declaration as ‘int C’
5 | int C;
| ^