0_0_39530026_17189.cpp: In function 'int main()': 0_0_39530026_17189.cpp:116:32: error: expected ';' before 'cin' 116 | ios::sync_with_stdio(false) | ^ | ; 117 | cin.tie(nullptr); | ~~~