Problem chess
User justin271828
Submission Time 2023-07-01 16:40:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chess.cpp: In function ‘int main()’:
chess.cpp:25:30: error: expected ‘}’ at end of input
25 | cin >> Rs >> Cs >> Re >> Ce;
| ^
chess.cpp:24:30: note: to match this ‘{’
24 | for (int i = 0; i < P; i++) {
| ^
chess.cpp:25:30: error: expected ‘}’ at end of input
25 | cin >> Rs >> Cs >> Re >> Ce;
| ^
chess.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^