运行 ID: 7656

Main.cc:2:2: error: invalid preprocessing directive #inlucde; did you mean #include?
 #inlucde
  ^~~~~~~
  include
Main.cc: In function ‘int main()’:
Main.cc:18:22: error: ‘setprecision’ was not declared in this scope
     cout << fixed << setprecision(10) << e;
                      ^~~~~~~~~~~~