/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:28:24: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
  while(scanf("%lld", &n) != EOF) {
                      ~~^
/in/foo.cc:44:24: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
  while(scanf("%lld", &n) != EOF) {
                      ~~^
# 状态 耗时 内存占用
#1 Accepted 13ms 8.617 MiB
#2 Accepted 13ms 9.973 MiB

信息

递交者
类型
递交
题目
P1542 zgx的跳棋游戏
语言
C++
递交时间
2017-10-17 19:14:33
评测时间
2017-10-17 19:14:34
评测机
分数
100
总耗时
27ms
峰值内存
9.973 MiB