记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:22: error: 'xmax' undeclared (first use in this function)
  scanf("%d%d",&xmin,&xmax);
                      ^~~~
/in/foo.c:6:22: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:5:11: warning: unused variable 'max' [-Wunused-variable]
  int xmin,max;
           ^~~

信息

递交者
类型
递交
比赛
泰院2401程序设计基础作业赛第一场(牛刀小试)
语言
C
递交时间
2024-10-21 17:16:35
评测时间
2024-10-21 17:16:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes