记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:10:4: warning: implicit declaration of function 'ptintf' [-Wimplicit-function-declaration]
    ptintf(%d\n,a,b,c,d);
    ^~~~~~
/in/foo.c:10:11: error: expected expression before '%' token
    ptintf(%d\n,a,b,c,d);
           ^
/in/foo.c:10:13: error: stray '\' in program
    ptintf(%d\n,a,b,c,d);
             ^
/in/foo.c:14:9: warning: zero-length gnu_printf format string [-Wformat-zero-length]
  printf("");
         ^~

信息

递交者
类型
自测
题目
5-4 最小公倍数
语言
C
递交时间
2018-12-22 19:58:08
评测时间
2018-12-22 19:58:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes