Accepted

/in/foo.cc: In function 'void add1(ll, ll, ll, ll, ll)':
/in/foo.cc:91:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(ll i=33;i>=0;i--)
   ^~~
/in/foo.cc:97:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    return;
    ^~~~~~
/in/foo.cc: In function 'void add(ll, ll, ll, ll, ll, ll)':
/in/foo.cc:112:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(ll i=33;i>=0;i--)
   ^~~
/in/foo.cc:118:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    return;
    ^~~~~~
/in/foo.cc: In function 'void ask1(ll, ll, ll, ll, ll)':
/in/foo.cc:130:6: warning: unused variable 'cnt' [-Wunused-variable]
   ll cnt=0;
      ^~~
/in/foo.cc:135:17: warning: unused variable 'sum' [-Wunused-variable]
  ll mid=(l+r)/2,sum=0;
                 ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 644.0 KiB
#2 Accepted 2ms 888.0 KiB
#3 Accepted 2ms 964.0 KiB
#4 Accepted 2ms 888.0 KiB
#5 Accepted 2ms 964.0 KiB
#6 Accepted 2ms 868.0 KiB
#7 Accepted 6ms 4.805 MiB
#8 Accepted 18ms 4.938 MiB
#9 Accepted 17ms 4.926 MiB
#10 Accepted 17ms 4.895 MiB
#11 Accepted 17ms 4.938 MiB
#12 Accepted 17ms 4.891 MiB
#13 Accepted 166ms 136.117 MiB
#14 Accepted 1925ms 136.945 MiB
#15 Accepted 515ms 5.125 MiB
#16 Accepted 1933ms 136.945 MiB
#17 Accepted 1855ms 136.945 MiB
#18 Accepted 1937ms 136.945 MiB
#19 Accepted 1871ms 136.949 MiB
#20 Accepted 1835ms 136.934 MiB

信息

递交者
类型
递交
比赛
2024CSP模拟赛3
语言
C++
递交时间
2024-10-04 19:19:50
评测时间
2024-10-04 19:19:50
评测机
分数
100
总耗时
12149ms
峰值内存
136.949 MiB