0_0_38715013_7882.cpp: In function 'int main()': 0_0_38715013_7882.cpp:39:60: error: expected ';' before 'cin' 39 | ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0) | ^ | ; 40 | cin>>t; | ~~~