Run ID: 5386

Main.cc: In function ‘int main()’:
Main.cc:8:13: error: expected ‘;’ before ‘cin’
    8 |         d6=0
      |             ^
      |             ;
    9 |      cin>>d1>>d2>>d3>>d4;
      |      ~~~