Problem | chess |
---|---|
User | justin271828 |
Submission Time | 2023-07-01 16:42:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
chess.cpp: In function ‘int main()’:
chess.cpp:26:30: error: expected ‘}’ at end of input
26 | cin >> Rs >> Cs >> Re >> Ce;
| ^
chess.cpp:25:30: note: to match this ‘{’
25 | for (int i = 0; i < P; i++) {
| ^
chess.cpp:26:30: error: expected ‘}’ at end of input
26 | cin >> Rs >> Cs >> Re >> Ce;
| ^
chess.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^