0_0_39563219_17825.cpp: In function 'int main()': 0_0_39563219_17825.cpp:73:28: error: expected ';' before 'cin' 73 | ios::sync_with_stdio(0) | ^ | ; 74 | cin.tie(0), cout.tie(0); | ~~~