/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'void BFS()':
foo.cpp:25:30: error: 'memset' was not declared in this scope
  memset(step,127,sizeof(step));
                              ^
foo.cpp:32:32: error: 'strcmp' was not declared in this scope
   if (strcmp(s[u.z+1],"FORWARD")==0)
                                ^

信息

递交者
类型
递交
题目
P1592 不听话的机器人
语言
C++
递交时间
2016-06-21 18:38:44
评测时间
2016-06-21 18:38:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes