/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int search(int)':
foo.cpp:28:5: warning: no return statement in function returning non-void [-Wreturn-type]
     }
     ^
foo.cpp: In function 'int main()':
foo.cpp:33:28: error: 'memset' was not declared in this scope
     memset(a,true,sizeof(a));
                            ^

信息

递交者
类型
递交
题目
P1776 关押罪犯
语言
C++
递交时间
2014-09-26 20:09:43
评测时间
2014-09-26 20:09:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes