记录详情

Compile Error

foo.c: In function 'main':
foo.c:5:5: error: 'a' undeclared (first use in this function)
    5 |     a=int(input(""));
      |     ^
foo.c:5:5: note: each undeclared identifier is reported only once for each function it appears in
foo.c:5:7: error: expected expression before 'int'
    5 |     a=int(input(""));
      |       ^~~
foo.c:6:9: error: 'b' undeclared (first use in this function)
    6 |         b=int(input(""));
      |         ^
foo.c:6:11: error: expected expression before 'int'
    6 |         b=int(input(""));
      |           ^~~
foo.c:7:9: error: 'c' undeclared (first use in this function)
    7 |         c = a * b;
      |         ^
foo.c:8:9: error: 'd' undeclared (first use in this function)
    8 |         d=c%2;
      |         ^
foo.c:10:33: error: expected ';' before '\U0000ff1b'
   10 |                 printf("Even\n");
      |                                 ^~
      |                                 ;
foo.c:13:9: error: 'retuen' undeclared (first use in this function)
   13 |         retuen 0;
      |         ^~~~~~
foo.c:13:15: error: expected ';' before numeric constant
   13 |         retuen 0;
      |               ^~
      |               ;
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1491 D. 梅开二度
比赛
2023年新生赛(第三场)
语言
C
递交时间
2023-09-09 21:09:13
评测时间
2023-09-09 21:09:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes