记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:9: warning: implicit declaration of function 'prinf'; did you mean 'printf'? [-Wimplicit-function-declaration]
    6 |         prinf(“输入:”);
      |         ^~~~~
      |         printf
foo.c:6:15: error: stray '\342' in program
    6 |         prinf(“输入:”);
      |               ^
foo.c:6:22: error: stray '\342' in program
    6 |         prinf(“输入:”);
      |                      ^
foo.c:6:16: error: '\U00008f93\U00005165\U0000ff1a' undeclared (first use in this function)
    6 |         prinf(“输入:”);
      |                ^~~~~~
foo.c:6:16: note: each undeclared identifier is reported only once for each function it appears in
foo.c:7:15: error: expected expression before '%' token
    7 |         scanf(%d%d%d,&x,&y,&z);
      |               ^
foo.c:14:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
   14 |         else if(z>x)
      |                ^
[Hydro](https://hydro.ac)提供评测服务

信息

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