Compile Error
foo.cpp: In function 'int main()':
foo.cpp:8:15: error: 'scanf' was not declared in this scope
scanf("%d",&n);
^
foo.cpp:9:18: error: 'printf' was not declared in this scope
printf("%d",a[n]);
^
foo.cpp:6:6: warning: unused variable 'i' [-Wunused-variable]
int i;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1146 宿舍里的故事之五子棋
- 语言
- C++
- 递交时间
- 2015-08-03 15:58:04
- 评测时间
- 2015-08-03 15:58:04
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes