F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_39098161_6651.cpp: In function 'void solve()':
0_0_39098161_6651.cpp:7:12: error: 'l' was not declared in this scope
    7 |     while (l <= r) {
      |            ^
0_0_39098161_6651.cpp:7:17: error: 'r' was not declared in this scope
    7 |     while (l <= r) {
      |                 ^
0_0_39098161_6651.cpp:8:26: error: 'i' has not been declared
    8 |         auto check = [&](i mid) {
      |                          ^
0_0_39098161_6651.cpp: In lambda function:
0_0_39098161_6651.cpp:11:33: error: 'a' was not declared in this scope
   11 |                 while (i < r && a[r] + a[i] > mid) {
      |                                 ^
0_0_39098161_6651.cpp:14:17: error: 'cnt' was not declared in this scope; did you mean 'int'?
   14 |                 cnt += r - i;
      |                 ^~~
      |                 int
0_0_39098161_6651.cpp:16:20: error: 'cnt' was not declared in this scope; did you mean 'int'?
   16 |             return cnt >= k;
      |                    ^~~
      |                    int
0_0_39098161_6651.cpp:16:27: error: 'k' was not declared in this scope
   16 |             return cnt >= k;
      |                           ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-23 02:23:53, Gzip enabled