Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:42:12: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized]
         o[p]++; 
         ~~~^
/in/foo.cc:30:12: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized]
         c[p]++;//桶排不解释 
         ~~~^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1054 「NOIP2008 P」排座椅
 - 语言
 - C++
 - 递交时间
 - 2020-08-03 08:26:45
 - 评测时间
 - 2020-08-03 08:26:45
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 19ms
 - 峰值内存
 - 232.0 KiB