/ Vijos /

记录详情

Compile Error

/in/foo.c:3:1: error: unknown type name 'bool'
 bool yesSu(int num1,int num2)
 ^~~~
/in/foo.c: In function 'yesSu':
/in/foo.c:10:20: error: 'false' undeclared (first use in this function)
             return false;
                    ^~~~~
/in/foo.c:10:20: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:13:12: error: 'true' undeclared (first use in this function)
     return true;
            ^~~~
/in/foo.c:14:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P2025 欧拉函数
语言
C
递交时间
2017-12-09 23:56:10
评测时间
2017-12-09 23:56:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes