/ 南湖ACM /

记录详情

Compile Error

foo.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
foo.c: In function 'main':
foo.c:4:5: error: 'n' undeclared (first use in this function)
  if(n>=0,0<=m<=30);
     ^
foo.c:4:5: note: each undeclared identifier is reported only once for each function it appears in
foo.c:4:13: error: 'm' undeclared (first use in this function)
  if(n>=0,0<=m<=30);
             ^
foo.c:4:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if(n>=0,0<=m<=30);
         ^
foo.c:5:6: warning: unused variable 'n' [-Wunused-variable]
  int n;
      ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1014 吴学长吃个桃桃好凉凉
比赛
NHACM
语言
C
递交时间
2021-09-26 10:09:39
评测时间
2021-09-26 10:09:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes