Compile Error
foo.cpp: In function 'int main()':
foo.cpp:9:16: error: 'x' was not declared in this scope
scanf("%d%d",&x,&y);
^
foo.cpp:9:19: error: 'y' was not declared in this scope
scanf("%d%d",&x,&y);
^
foo.cpp:6:12: warning: unused variable 'j' [-Wunused-variable]
int n,m,i,j,s,t;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1909 寻找道路
- 语言
- C++
- 递交时间
- 2014-11-19 16:44:44
- 评测时间
- 2014-11-19 16:44:45
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes