/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long unsigned int' [-Wformat=]
   if(x) printf("%d\n",b[n-2]);
                       ~~~~~~^
/in/foo.cc:30:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long unsigned int' [-Wformat=]
   else printf("%d\n",a[n-2]);
                      ~~~~~~^
# 状态 耗时 内存占用
#1 Wrong Answer 21ms 15.609 MiB
#2 Wrong Answer 20ms 15.617 MiB

信息

递交者
类型
递交
题目
P1542 zgx的跳棋游戏
语言
C++
递交时间
2017-10-17 19:57:51
评测时间
2017-10-17 19:57:51
评测机
分数
0
总耗时
42ms
峰值内存
15.617 MiB