Problem | boardvision |
---|---|
User | InfinityIntegral |
Submission Time | 2023-11-21 18:50:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boardvision.cpp: In function ‘int main()’:
boardvision.cpp:29:2: error: for, while or do statement expected before ‘ios_base’
29 | ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0);
| ^~~~~~~~