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_34674233_23145.cpp: In function 'int solve(int, int)':
0_0_34674233_23145.cpp:30:13: error: expected unqualified-id before '=' token
        int  = x, R = y, ans = -1;
             ^
0_0_34674233_23145.cpp:31:13: error: 'L' was not declared in this scope
      while (L <= R) {
             ^
0_0_34674233_23145.cpp:31:18: error: 'R' was not declared in this scope
      while (L <= R) {
                  ^
0_0_34674233_23145.cpp:36:15: error: 'ans' was not declared in this scope
               ans = M;
               ^
0_0_34674233_23145.cpp:40:9: error: 'ans' was not declared in this scope
     if (ans == -1) return y - x + 1;
         ^
0_0_34674233_23145.cpp:41:17: error: 'ans' was not declared in this scope
      return max(ans - x, RMQ(ans, y));
                 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-02-17 07:44:31, Gzip enabled