Compile Error
foo.cpp: In function 'void floyd()': foo.cpp:8:20: error: 'n' was not declared in this scope { for(int k=1;k<=n;k++) ^ foo.cpp: In function 'int main()': foo.cpp:17:18: error: 'n' was not declared in this scope for(int i=1;i<=n;i++) ^ foo.cpp:18:22: error: 'x' was not declared in this scope while(scanf("%d",&x)!=0) ^ foo.cpp:22:18: error: 'n' was not declared in this scope for(int i=1;i<=n;i++) ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1022 Victoria的舞会2
- 语言
- C++
- 递交时间
- 2017-02-18 18:38:08
- 评测时间
- 2017-02-18 18:38:09
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes