0_0_39696847_23530.cpp: In function 'int main()':
0_0_39696847_23530.cpp:4:47: error: expected ';' before 'cout'
4 | #define IOS ios::sync_with_stdio(0);cin.tie(0)cout.tie(0);
| ^~~~
0_0_39696847_23530.cpp:14:9: note: in expansion of macro 'IOS'
14 | IOS
| ^~~
|