/ Vijos /

记录详情

Wrong Answer

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

信息

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