Compile Error
foo.cpp: In function 'int main()':
foo.cpp:26:71: warning: operation on 'point' may be undefined [-Wsequence-point]
  while(scanf("%d%d%lf",&e[++point].from,&e[point].aim,&e[point].lon)==3)
                                                                       ^
foo.cpp:26:71: warning: operation on 'point' may be undefined [-Wsequence-point]
foo.cpp:46:4: error: 'nn' was not declared in this scope
    nn++;
    ^
foo.cpp:22:6: warning: unused variable 'a' [-Wunused-variable]
  int a,b;
      ^
foo.cpp:22:8: warning: unused variable 'b' [-Wunused-variable]
  int a,b;
        ^
  信息
- 递交者
- 类型
- 递交
- 题目
- P1045 Kerry 的电缆网络
- 语言
- C++
- 递交时间
- 2016-08-15 05:03:11
- 评测时间
- 2016-08-15 05:03:12
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes