/ Vijos /

记录详情

Compile Error

/in/foo.c:2:1: error: unknown type name 'bool'
    2 | bool f[1048576*127];
      | ^~~~
/in/foo.c:2:1: note: 'bool' is defined in header '<stdbool.h>'; did you forget to '#include <stdbool.h>'?
    1 | #include<stdio.h>
  +++ |+#include <stdbool.h>
    2 | bool f[1048576*127];

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
C
递交时间
2025-11-25 21:01:10
评测时间
2025-11-25 21:01:10
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes