Accepted

/in/foo.cc: In function 'll lca1(ll, ll)':
/in/foo.cc:21:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(ll i=19;i>=0;i--)
  ^~~
/in/foo.cc:24:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   return dp1[x][0];
   ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:54:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(ll i=0;i<q[e.id].v.size();i++)
              ~^~~~~~~~~~~~~~~~~
/in/foo.cc:69:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(ll i=0;i<q[e.id].v.size();i++)
              ~^~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 6.465 MiB
#2 Accepted 6ms 6.582 MiB
#3 Accepted 6ms 6.52 MiB
#4 Accepted 6ms 6.5 MiB

信息

递交者
类型
递交
比赛
GESP7级8级 考前练习
语言
C++
递交时间
2024-06-25 14:08:59
评测时间
2024-06-25 14:08:59
评测机
分数
100
总耗时
25ms
峰值内存
6.582 MiB