/ Vijos /

记录详情

Compile Error

foo.cpp:17:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
foo.cpp: In function 'int main()':
foo.cpp:19:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat]
foo.cpp:19:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long int*' [-Wformat]
foo.cpp:21:21: error: 'memset' was not declared in this scope
foo.cpp:42:43: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat]
foo.cpp:43:15: error: 'system' was not declared in this scope

信息

递交者
类型
递交
题目
P1156 猩猩散步
语言
C++
递交时间
2013-09-28 15:58:05
评测时间
2013-09-28 15:58:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes