Compile Error
foo.cpp: In function 'int main()':
foo.cpp:12:26: error: 'scanf' was not declared in this scope
while(1==scanf("%d",&nNum))
^
foo.cpp: In function 'void vInput(int*, int)':
foo.cpp:24:20: error: 'scanf' was not declared in this scope
scanf("%d",&nArr[i]);
^
foo.cpp: In function 'void vOut(int)':
foo.cpp:56:19: error: 'printf' was not declared in this scope
printf("%d\n",nOut);
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1369 难解的问题
- 语言
- C++
- 递交时间
- 2016-08-17 11:00:23
- 评测时间
- 2016-08-17 11:00:24
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes