/ Vijos /

记录详情

Compile Error

/in/foo.cc:4:7: error: 'maxn' does not name a type
 const maxn=0x3f3f3f3f;
       ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:18:17: error: 'maxn' was not declared in this scope
    if(f[j-1].d>=maxn)
                 ^~~~
/in/foo.cc:27:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    if(tmp.d<f[j].d||tmp.d==f[j].d&&tmp.e>f[j].e)
                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~
/in/foo.cc:31:13: error: 'maxn' was not declared in this scope
  if(f[k].d>=maxn)
             ^~~~

信息

递交者
类型
递交
题目
P1648 NightElf
语言
C++
递交时间
2024-08-10 21:48:17
评测时间
2024-08-10 21:48:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes