Compile Error
/in/foo.cc: In function 'void work()':
/in/foo.cc:37:3: error: expected ';' before 'for'
for (int l=e[i].x;f[l]!=j;) {l=f[l]; f[l]=j;}
^~~
/in/foo.cc:37:23: error: 'l' was not declared in this scope
for (int l=e[i].x;f[l]!=j;) {l=f[l]; f[l]=j;}
^
/in/foo.cc:37:29: error: expected primary-expression before ')' token
for (int l=e[i].x;f[l]!=j;) {l=f[l]; f[l]=j;}
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1190 繁忙的都市
- 语言
- C++
- 递交时间
- 2017-07-31 16:13:25
- 评测时间
- 2017-07-31 16:13:25
- 评测机
- 分数
- 0
- 总耗时
- 136ms
- 峰值内存
- 15.871 MiB