记录详情

Compile Error

/in/foo.cc: In function 'int query(int, int, int, int, int)':
/in/foo.cc:35:30: error: 'INF' was not declared in this scope
  if (x > r || y < l) return -INF;
                              ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:47:25: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
  scanf("%d %lld", &n, &p);
                         ^

信息

递交者
类型
递交
题目
最大数
题目数据
下载
语言
C++
递交时间
2019-10-06 15:59:20
评测时间
2019-10-06 15:59:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes