/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:4:5: warning: statement with no effect [-Wunused-value]
     printf"impossible");
     ^
foo.c:4:11: error: expected ';' before string constant
     printf"impossible");
           ^
foo.c:4:23: error: expected statement before ')' token
     printf"impossible");
                       ^
foo.c:5:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P1009 清帝之惑之康熙
语言
C
递交时间
2015-07-13 23:22:22
评测时间
2015-07-13 23:22:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes