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_38196800_26822.cpp:8:9: error: conflicting declaration 'std::set<long long unsigned int> s'
 set<ull>s;
         ^
0_0_38196800_26822.cpp:6:6: note: previous declaration as 'char s [100010]'
 char s[N];
      ^
0_0_38196800_26822.cpp: In function 'int main()':
0_0_38196800_26822.cpp:38:6: error: request for member 'clear' in 's', which is of non-class type 'char [100010]'
    s.clear();
      ^
0_0_38196800_26822.cpp:42:11: error: request for member 'count' in 's', which is of non-class type 'char [100010]'
     if(!s.count(x))
           ^
0_0_38196800_26822.cpp:44:8: error: request for member 'isnert' in 's', which is of non-class type 'char [100010]'
      s.isnert(x);
        ^


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-29 18:46:29, Gzip enabled