/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:7:12: error: expected expression before '%' token
  printf (a=%0.2f\n,a);
            ^
/in/foo.c:7:12: error: stray '\' in program
/in/foo.c:8:2: error: 'ruturn' undeclared (first use in this function)
  ruturn 0
  ^
/in/foo.c:8:2: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:8:9: error: expected ';' before numeric constant
  ruturn 0
         ^
/in/foo.c:5:11: warning: variable 'a' set but not used [-Wunused-but-set-variable]
     float a;
           ^

信息

递交者
类型
自测
题目
P1018 [N1.4.2]输出绝对值
语言
C
递交时间
2019-10-22 19:59:52
评测时间
2019-10-22 19:59:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes