记录详情

Accepted

/in/foo.cc: In function 'void pd(int, int)':
/in/foo.cc:12:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<Tu[x].size();i++)
              ~^~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:32:12: warning: array subscript is above array bounds [-Warray-bounds]
  f[666][666]=min(f[0][0],f[0][1]);
  ~~~~~~~~~~^
# 状态 耗时 内存占用
#1 Accepted 2ms 336.0 KiB
#2 Accepted 3ms 380.0 KiB
#3 Accepted 2ms 472.0 KiB
#4 Accepted 2ms 340.0 KiB
#5 Accepted 1ms 348.0 KiB

信息

递交者
类型
递交
题目
战略游戏
题目数据
下载
语言
C++
递交时间
2019-06-12 21:26:38
评测时间
2019-06-12 21:26:38
评测机
分数
100
总耗时
12ms
峰值内存
472.0 KiB