记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:10:24: error: expected ')' before 'b'
  printf("%d %d %d\n",c b a);
                        ^
/in/foo.c:10:14: warning: format '%d' expects a matching 'int' argument [-Wformat=]
  printf("%d %d %d\n",c b a);
              ^
/in/foo.c:10:17: warning: format '%d' expects a matching 'int' argument [-Wformat=]
  printf("%d %d %d\n",c b a);
                 ^

信息

递交者
类型
自测
题目
A1-1 分支结构练习:三数排序
语言
C
递交时间
2019-03-31 18:55:21
评测时间
2019-03-31 18:55:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes