/ CWOI /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:40:18: warning: 't4' may be used uninitialized in this function [-Wmaybe-uninitialized]
      LL t1,t2,t3,t4;
                  ^~
/in/foo.cc:40:15: warning: 't3' may be used uninitialized in this function [-Wmaybe-uninitialized]
      LL t1,t2,t3,t4;
               ^~
/in/foo.cc:40:12: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized]
      LL t1,t2,t3,t4;
            ^~
/in/foo.cc:40:9: warning: 't1' may be used uninitialized in this function [-Wmaybe-uninitialized]
      LL t1,t2,t3,t4;
         ^~
# 状态 耗时 内存占用
#1 Accepted 4ms 2.234 MiB
#2 Accepted 5ms 2.242 MiB
#3 Accepted 4ms 2.125 MiB
#4 Accepted 4ms 2.227 MiB
#5 Accepted 5ms 2.125 MiB
#6 Accepted 4ms 2.125 MiB
#7 Accepted 4ms 2.125 MiB
#8 Accepted 4ms 2.125 MiB
#9 Accepted 2ms 2.199 MiB
#10 Accepted 4ms 2.25 MiB

信息

递交者
类型
递交
题目
2017.07.04 P4 多边形游戏
语言
C++
递交时间
2017-07-04 19:35:50
评测时间
2017-07-04 20:36:22
评测机
分数
100
总耗时
46ms
峰值内存
2.25 MiB