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_19132523_21729.cpp:25:8: error: 'int64' does not name a type
 inline int64  nextI64() { int64  d; cin >> d; return d; }
        ^
0_0_19132523_21729.cpp:29:8: error: 'int64' does not name a type
 inline int64  nextlld() { int64 d; scanf("%lld", &d); return d; }
        ^
0_0_19132523_21729.cpp:30:8: error: 'int64' does not name a type
 inline int64  next64d() { int64 d; scanf("%I64d",&d); return d; }
        ^
0_0_19132523_21729.cpp: In function 'void init()':
0_0_19132523_21729.cpp:46:27: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
  for (int i = 1; i <= m + 3; i++)
                           ^
0_0_19132523_21729.cpp: In function 'int64 hoge()':
0_0_19132523_21729.cpp:105:3: error: 'top' was not declared in this scope
   top = find(r);
   ^
0_0_19132523_21729.cpp:106:3: error: 't' was not declared in this scope
   t = bool(k & er[r]);
   ^


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-30 06:02:17, Gzip enabled