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_35815280_23655.cpp:7:14: error: 'int floor [250]' redeclared as different kind of symbol
 int floor[250];
              ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:44:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_35815280_23655.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/math.h:154:18: note: previous declaration 'double floor(double)'
   double __cdecl floor(double _X);
                  ^
0_0_35815280_23655.cpp: In function 'void bfs()':
0_0_35815280_23655.cpp:23:28: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
     if (t.now + floor[t.now] <= en)
                            ^
0_0_35815280_23655.cpp:25:37: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
         t1.now = t.now + floor[t.now];
                                     ^
0_0_35815280_23655.cpp:29:25: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
     if(t.now-floor[t.now]>=1)
                         ^
0_0_35815280_23655.cpp:31:33: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
         t2.now=t.now-floor[t.now];
                                 ^
0_0_35815280_23655.cpp: In function 'int main()':
0_0_35815280_23655.cpp:54:27: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
             cin >> floor[i];
                           ^


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-10-06 02:31:25, Gzip enabled