记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:14:4: error: unknown type name 'bool'
    bool isPalindrome=true;
    ^~~~
/in/foo.c:14:22: error: 'true' undeclared (first use in this function)
    bool isPalindrome=true;
                      ^~~~
/in/foo.c:14:22: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:19:17: error: 'false' undeclared (first use in this function)
    isPalindrome=false;
                 ^~~~~

信息

递交者
类型
递交
比赛
泰院2401程序设计基础作业赛第三场
语言
C
递交时间
2024-11-04 16:41:36
评测时间
2024-11-04 16:41:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes