Runtime Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:19: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
  char a[1999]{NULL};
                   ^
/in/foo.cc:19:23: warning: NULL used in arithmetic [-Wpointer-arith]
   if (a[2 * i + 1] == NULL)
                       ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1101 婚礼上的小杉
 - 语言
 - C++
 - 递交时间
 - 2019-10-07 16:09:28
 - 评测时间
 - 2019-10-07 16:09:28
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 14ms
 - 峰值内存
 - 272.0 KiB