运行 ID: 5056

Main.cc: In function ‘int main()’:
Main.cc:5:8: error: ‘pi’ does not name a type
  const pi=3.14159;
        ^~
Main.cc:8:6: error: ‘pi’ was not declared in this scope
  c=2*pi*r;
      ^~