Problem | simp |
---|---|
User | Cxt76 |
Submission Time | 2024-11-11 09:03:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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) {
| ^
simp.cpp:21:15: error: expected ‘;’ before ‘}’ token
21 | cout << "NO"
| ^
| ;
22 | }
| ~