Compile Error

/in/foo.cc:7:19: error: stray '\357' in program
  double PI=3.14159;
                   ^
/in/foo.cc:7:20: error: stray '\274' in program
  double PI=3.14159;
                    ^
/in/foo.cc:7:21: error: stray '\233' in program
  double PI=3.14159;
                     ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:3: error: expected ',' or ';' before 'cin'
   cin>>h>>r;
   ^~~
/in/foo.cc:9:2: error: 'cout' was not declared in this scope
  cout<<ceil(20000/(PI*r*r*h));
  ^~~~
/in/foo.cc:9:2: note: suggested alternative:
In file included from /in/foo.cc:1:0:
/usr/include/c++/6/iostream:61:18: note:   'std::cout'
   extern ostream cout;  /// Linked to standard output
                  ^~~~
/in/foo.cc:9:29: error: 'ceil' was not declared in this scope
  cout<<ceil(20000/(PI*r*r*h));
                             ^
/in/foo.cc:10:2: error: 'retuurn' was not declared in this scope
  retuurn 0;
  ^~~~~~~

信息

递交者
类型
递交
题目
P1000 大象喝水
语言
C++
递交时间
2024-04-12 22:55:28
评测时间
2024-04-12 22:55:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes