Compile Error
foo.cpp: In function 'void Init(const int&)': foo.cpp:22:30: error: 'memset' was not declared in this scope memset(cnt, 0, sizeof cnt); ^ foo.cpp: In function 'int main()': foo.cpp:51:11: error: 'INT_MAX' was not declared in this scope ans = INT_MAX; ^ foo.cpp:54:14: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] W = L+R >>1; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1740 聪明的质检员
- 语言
- C++
- 递交时间
- 2016-11-15 20:39:53
- 评测时间
- 2016-11-15 20:39:55
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes