Compile Error
foo.cpp: In function 'void shop(char*)':
foo.cpp:10:27: error: 'strcmp' was not declared in this scope
if (!strcmp(s,name[i])){
^
foo.cpp:18:32: error: 'strcmp' was not declared in this scope
if (!strcmp(dn,name[i])){
^
foo.cpp: In function 'int main()':
foo.cpp:27:30: error: 'memset' was not declared in this scope
memset(incm,0,sizeof(int));
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1035 贪婪的送礼者
- 语言
- C++
- 递交时间
- 2015-05-14 17:07:14
- 评测时间
- 2015-05-14 17:07:14
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes