记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:134:9: warning: 'tt' may be used uninitialized in this function [-Wmaybe-uninitialized]
  ed[ff] = tt;
  ~~~~~~~^~~~
/in/foo.cc:119:10: note: 'tt' was declared here
  int ss, tt;
          ^~
/in/foo.cc:133:9: warning: 'ss' may be used uninitialized in this function [-Wmaybe-uninitialized]
  st[ff] = ss;
  ~~~~~~~^~~~
/in/foo.cc:119:6: note: 'ss' was declared here
  int ss, tt;
      ^~
# 状态 耗时 内存占用
#1 Accepted 5ms 12.301 MiB
#2 Accepted 5ms 12.301 MiB
#3 Accepted 5ms 12.309 MiB
#4 Accepted 5ms 12.199 MiB
#5 Accepted 7ms 12.312 MiB
#6 Accepted 6ms 10.32 MiB
#7 Accepted 27ms 14.422 MiB
#8 Accepted 27ms 14.418 MiB
#9 Accepted 263ms 19.414 MiB
#10 Accepted 263ms 19.758 MiB

信息

递交者
类型
递交
题目
2、花花的森林
题目数据
下载
语言
C++
递交时间
2019-10-26 20:47:15
评测时间
2019-10-26 21:28:54
评测机
分数
100
总耗时
616ms
峰值内存
19.758 MiB