运行 ID: 5066

Main.cc: In function ‘int main()’:
Main.cc:7:5: error: invalid type argument of unary ‘*’ (have ‘double’)
  c=*r*2*3.14159;
     ^