/ Vijos /

记录详情

Compile Error

/in/foo.c:3:1: error: unknown type name 'bool'
 bool h[1001];
 ^~~~
/in/foo.c: In function 'main':
/in/foo.c:37:26: error: 'false' undeclared (first use in this function)
                 if(h[j]==false) {printf("%ld ",j);h[j]=true;break;}
                          ^~~~~
/in/foo.c:37:26: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:37:56: error: 'true' undeclared (first use in this function)
                 if(h[j]==false) {printf("%ld ",j);h[j]=true;break;}
                                                        ^~~~
/in/foo.c:43:17: error: unknown type name 'bool'
                 bool bs=false;
                 ^~~~

信息

递交者
类型
递交
题目
P1092 全排列
语言
C
递交时间
2018-04-20 00:15:19
评测时间
2018-04-20 00:15:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes