| Problem | robots2 |
|---|---|
| User | Vinayak01 |
| Submission Time | 2026-03-12 20:22:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
robots2.cpp: In function ‘int main()’:
robots2.cpp:28:89: error: expected ‘)’ before ‘OR’
28 | if(rows[a] == 0 && rows[b] == 1 || rows[a] == 1 && rows[b] == 0 || rows[a] == 1 OR rows[b] == 1) {
| ~ ^~~
| )