记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:8: warning: missing terminating " character
  scanf("%d,%d,%d,%x&y&z);
        ^
/in/foo.c:6:8: error: missing terminating " character
  scanf("%d,%d,%d,%x&y&z);
        ^~~~~~~~~~~~~~~~~~
/in/foo.c:8:2: error: expected expression before 'if'
  if(x<y)
  ^~
/in/foo.c:20:8: error: stray '\357' in program
  if(y<z)
        ^
/in/foo.c:20:9: error: stray '\274' in program
  if(y<z)
         ^
/in/foo.c:20:10: error: stray '\211' in program
  if(y<z)
          ^
/in/foo.c:29:1: error: expected declaration or statement at end of input
 }
 ^
/in/foo.c:5:15: warning: unused variable 't' [-Wunused-variable]
     int x,y,z,t;
               ^
/in/foo.c:5:13: warning: unused variable 'z' [-Wunused-variable]
     int x,y,z,t;
             ^
/in/foo.c:5:11: warning: unused variable 'y' [-Wunused-variable]
     int x,y,z,t;
           ^
/in/foo.c:5:9: warning: unused variable 'x' [-Wunused-variable]
     int x,y,z,t;
         ^

信息

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