记录详情

Compile Error

/in/foo.cc: In function 'int find(int)':
/in/foo.cc:28:8: error: 'bo' was not declared in this scope
     if(bo[x]==0 || x==0) return x;
        ^~
/in/foo.cc:29:5: error: 'f' was not declared in this scope
     f[x]=find(f[x]);
     ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:47:6: error: expected primary-expression before ')' token
   if()
      ^
/in/foo.cc:48:2: error: expected primary-expression before '}' token
  }
  ^

信息

递交者
类型
递交
题目
家庭作业
题目数据
下载
语言
C++
递交时间
2018-10-25 20:46:25
评测时间
2018-10-25 20:46:25
评测机
分数
0
总耗时
1159ms
峰值内存
133.938 MiB