0_0_39750589_27270.cpp: In function 'int main()': 0_0_39750589_27270.cpp:11:60: error: expected ';' before 'while' 11 | ios::sync_with_stdio(false);cin.tie(0); cout.tie(0) | ^ | ; 12 | while(cin>>n){ | ~~~~~