/ Vijos /

记录详情

Compile Error

In file included from /usr/include/c++/6/ext/hash_set:60:0,
                 from /in/foo.cc:4:
/usr/include/c++/6/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
 #warning \
  ^~~~~~~
/in/foo.cc: In member function 'unsigned int snak::tousg()':
/in/foo.cc:15:44: error: cast from 'snak*' to 'unsigned int' loses precision [-fpermissive]
 inline unsigned tousg() { return (unsigned)this; }
                                            ^~~~

信息

递交者
类型
递交
题目
P1879 小岛的贪吃蛇
语言
C++
递交时间
2018-06-13 16:32:27
评测时间
2018-06-13 16:32:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes