/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int js()':
/in/foo.cc:26:11: error: too many arguments to function 'int js()'
    if(js(k)==true&&hh)
           ^
/in/foo.cc:16:5: note: declared here
 int js()
     ^~
/in/foo.cc:26:20: warning: the address of 'bool hh()' will always evaluate as 'true' [-Waddress]
    if(js(k)==true&&hh)
                    ^~
/in/foo.cc:37:11: error: expected primary-expression before '==' token
   if(c[i])==0)
           ^~
/in/foo.cc:46:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P1359 Superprime
语言
C++
递交时间
2020-10-26 18:11:51
评测时间
2020-10-26 18:11:51
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes