/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   if(i=qingwa2-qingwa1)
                       ^
/in/foo.cc:33:28: error: invalid types 'int[int]' for array subscript
     if(n+qingwa[l]!=shizi[b])
                            ^
/in/foo.cc:37:30: error: invalid types 'int[int]' for array subscript
       if(n+qingwa[y]!=shizi[b]&&y>l)
                              ^
/in/foo.cc:51:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
      if(jiance=false) num++:
                     ^
/in/foo.cc:51:28: error: expected ';' before ':' token
      if(jiance=false) num++:
                            ^

信息

递交者
类型
自测
题目
P1002 过河
语言
C++
递交时间
2018-05-15 16:41:00
评测时间
2018-05-15 16:41:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes