/ CWOI /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:65:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d\n",ans);
                   ^
/in/foo.cc:42:19: warning: 't4' may be used uninitialized in this function [-Wmaybe-uninitialized]
      int t1,t2,t3,t4;
                   ^~
/in/foo.cc:42:16: warning: 't3' may be used uninitialized in this function [-Wmaybe-uninitialized]
      int t1,t2,t3,t4;
                ^~
/in/foo.cc:42:13: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized]
      int t1,t2,t3,t4;
             ^~
/in/foo.cc:42:10: warning: 't1' may be used uninitialized in this function [-Wmaybe-uninitialized]
      int t1,t2,t3,t4;
          ^~
# 状态 耗时 内存占用
#1 Accepted 4ms 1.875 MiB
#2 Wrong Answer 4ms 1.883 MiB
#3 Accepted 4ms 1.949 MiB
#4 Accepted 3ms 1.965 MiB
#5 Wrong Answer 3ms 1.875 MiB
#6 Accepted 4ms 1.875 MiB
#7 Accepted 4ms 1.969 MiB
#8 Accepted 2ms 2.0 MiB
#9 Accepted 4ms 1.941 MiB
#10 Wrong Answer 3ms 1.973 MiB

信息

递交者
类型
递交
题目
2017.07.04 P4 多边形游戏
语言
C++
递交时间
2017-07-04 21:24:05
评测时间
2017-07-04 21:24:05
评测机
分数
70
总耗时
39ms
峰值内存
2.0 MiB