/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:9:17: error: 'a' undeclared (first use in this function)
    9 |                 a=10000/365;//有几年   27年
      |                 ^
foo.c:9:17: note: each undeclared identifier is reported only once for each function it appears in
foo.c:14:33: error: 'b' undeclared (first use in this function)
   14 |                                 b=10000-365*a+1;
      |                                 ^
foo.c:5:22: warning: unused variable 'D' [-Wunused-variable]
    5 |     int YY,MM,DD,Y,M,D;
      |                      ^
foo.c:5:20: warning: unused variable 'M' [-Wunused-variable]
    5 |     int YY,MM,DD,Y,M,D;
      |                    ^
foo.c:5:18: warning: unused variable 'Y' [-Wunused-variable]
    5 |     int YY,MM,DD,Y,M,D;
      |                  ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1211 生日日数
语言
C
递交时间
2023-07-28 23:26:22
评测时间
2023-07-28 23:26:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes