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;
      ^~
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - 2、花花的森林
 - 语言
 - C++
 - 递交时间
 - 2019-10-26 20:47:11
 - 评测时间
 - 2019-10-26 21:24:00
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 4ms
 - 峰值内存
 - 10.199 MiB