Compile Error

/in/foo.cc:5:9: error: stray '\317' in program
  double π=3.14,r,v;
         ^
/in/foo.cc:5:10: error: stray '\200' in program
  double π=3.14,r,v;
          ^
/in/foo.cc:6:11: error: stray '\317' in program
  if(v=4/3*πr3) 
           ^
/in/foo.cc:6:12: error: stray '\200' in program
  if(v=4/3*πr3) 
            ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:11: error: expected unqualified-id before '=' token
  double π=3.14,r,v;
           ^
/in/foo.cc:6:5: error: 'v' was not declared in this scope
  if(v=4/3*πr3) 
     ^
/in/foo.cc:6:13: error: 'r3' was not declared in this scope
  if(v=4/3*πr3) 
             ^~
/in/foo.cc:7:29: error: 'setprqcision' was not declared in this scope
  cout<<fixed<<setprqcision(2)<<v; 
                             ^

信息

递交者
类型
递交
题目
P2321 1.3.12:计算球的体积
语言
C++
递交时间
2024-10-09 19:58:19
评测时间
2024-10-09 19:58:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes