/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:10:14: error: too many arguments to function 'int search(int)'
  search(n,s,p);
              ^
foo.cc:3:5: note: declared here
 int search(int n);
     ^
foo.cc: In function 'int search(int, double, int)':
foo.cc:18:2: error: expected ';' before 'if'
  if(s<=n)
  ^

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)

信息

递交者
类型
递交
题目
P1127 级数求和
语言
C++
递交时间
2020-05-11 08:31:53
评测时间
2020-05-11 08:31:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes