0_0_38738949_6498.cpp: In function 'int main()':
0_0_38738949_6498.cpp:5:18: error: 'sync_wiht_stdio' is not a member of 'std::ios' {aka 'std::basic_ios<char>'}
5 | #define IOS ios::sync_wiht_stdio(false);cin.tie(0),cout.tie(0);
| ^~~~~~~~~~~~~~~
0_0_38738949_6498.cpp:28:9: note: in expansion of macro 'IOS'
28 | IOS;
| ^~~
|