| Problem | boardvision |
|---|---|
| User | Kanish |
| Submission Time | 2023-11-20 09:28:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
boardvision.cpp: In function ‘int main()’:
boardvision.cpp:7:10: error: expected ‘;’ before ‘if’
7 | cin >> N
| ^
| ;
8 | if (N = 2) {
| ~~