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_38660293_22471.cpp: In function 'int main()':
0_0_38660293_22471.cpp:17:9: error: reference to 'data' is ambiguous
    cin>>data[i];
         ^~~~
In file included from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/string:51,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/locale_classes.h:40,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/ios_base.h:41,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/ios:42,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/ostream:38,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/iostream:39,
                 from 0_0_38660293_22471.cpp:1:
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/range_access.h:318:5: note: candidates are: 'template<class _Tp> constexpr const _Tp* std::data(std::initializer_list<_Tp>)'
     data(initializer_list<_Tp> __il) noexcept
     ^~~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/range_access.h:309:5: note:                 'template<class _Tp, long long unsigned int _Nm> constexpr _Tp* std::data(_Tp (&)[_Nm])'
     data(_Tp (&__array)[_Nm]) noexcept
     ^~~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/range_access.h:299:5: note:                 'template<class _Container> constexpr decltype (__cont.data()) std::data(const _Container&)'
     data(const _Container& __cont) noexcept(noexcept(__cont.data()))
     ^~~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/range_access.h:289:5: note:                 'template<class _Container> constexpr decltype (__cont.data()) std::data(_Container&)'
     data(_Container& __cont) noexcept(noexcept(__cont.data()))
     ^~~~
0_0_38660293_22471.cpp:5:5: note:                 'int data [100005]'
 int data[100005];
     ^~~~
0_0_38660293_22471.cpp:26:12: error: 'book' was not declared in this scope
    temp += book[i];
            ^~~~
0_0_38660293_22471.cpp:26:12: note: suggested alternative: 'bool'
    temp += book[i];
            ^~~~
            bool
0_0_38660293_22471.cpp:40:3: error: 'e' was not declared in this scope
   e=a-1;
   ^
0_0_38660293_22471.cpp:49:1: error: expected '}' at end of input
 }
 ^
0_0_38660293_22471.cpp:7:1: note: to match this '{'
 {
 ^


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-01 19:27:55, Gzip enabled