/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:44:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=0;j<son[i].size();j++){
               ~^~~~~~~~~~~~~~
/in/foo.cc:59:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(son[i].size()==m){
      ~~~~~~~~~~~~~^~~
/in/foo.cc:64:2: error: 'else' without a previous 'if'
  else{
  ^~~~
/in/foo.cc:68:7: error: 'check' was not declared in this scope
    if(check)
       ^~~~~
/in/foo.cc:69:3: error: expected primary-expression before '}' token
   }
   ^
/in/foo.cc:67:8: warning: unused variable 'mid' [-Wunused-variable]
    int mid=(l+r)>>1;
        ^~~

信息

递交者
类型
递交
题目
P1777 引水入城
语言
C++
递交时间
2019-11-13 09:12:24
评测时间
2019-11-13 09:12:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes