记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:5:14: error: stray '\357' in program
     int a,b,c,t;
              ^
/in/foo.c:5:15: error: stray '\274' in program
     int a,b,c,t;
               ^
/in/foo.c:5:16: error: stray '\214' in program
     int a,b,c,t;
                ^
/in/foo.c:5:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 't'
     int a,b,c,t;
                 ^
/in/foo.c:6:26: error: 'c' undeclared (first use in this function)
  scanf("%d %d %d",&a,&b,&c);
                          ^
/in/foo.c:6:26: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:7:5: error: stray '\357' in program
  if (a>b)
     ^
/in/foo.c:7:6: error: stray '\274' in program
  if (a>b)
      ^
/in/foo.c:7:7: error: stray '\210' in program
  if (a>b)
       ^
/in/foo.c:7:8: error: expected '(' before 'a'
  if (a>b)
        ^
/in/foo.c:7:8: warning: statement with no effect [-Wunused-value]
/in/foo.c:7:11: error: stray '\357' in program
  if (a>b)
           ^
/in/foo.c:7:12: error: stray '\274' in program
  if (a>b)
            ^
/in/foo.c:7:13: error: stray '\211' in program
  if (a>b)
             ^

信息

递交者
类型
自测
题目
结构化的程序格式,是编程世界的基石。
语言
C
递交时间
2019-10-02 08:23:10
评测时间
2019-10-02 08:23:10
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes