运行 ID: 229

Main.cc: In function ‘int main()’:
Main.cc:3:16: warning: variable ‘d’ set but not used [-Wunused-but-set-variable]
  float a,b,c,e,d;
                ^
Main.cc:9:10: error: expected ‘}’ at end of input
  return 0;
          ^