Run ID: 71350

Main.cc: In function ‘int main()’:
Main.cc:4:15: warning: unused variable ‘d’ [-Wunused-variable]
     int a,b,c,d=0,e=0;
               ^
Main.cc:18:1: error: expected ‘}’ at end of input
 }
 ^