Main.cc: In function ‘int main()’: Main.cc:6:12: error: expected ‘;’ before ‘cin’ 6 | d=0 | ^ | ; 7 | cin>>n; | ~~~