Problem simp
User Cxt76
Submission Time 2024-11-11 09:04:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int32_t main()’:
simp.cpp:16:28: error: expected identifier before ‘(’ token
16 | if (KaiRow > PaveRow) and (KaiRow > cRow) and (KaiCol > PaveCol) and (KaiCol > CCol) {
| ^
simp.cpp:18:35: error: expected identifier before ‘(’ token
18 | } else if (KaiRow < PaveRow) and (KaiRow < cRow) and (KaiCol < PaveCol) and (KaiCol < CCol) {
| ^