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_32710406_3469.cpp:5:1: error: stray '\243' in program
 const int maxn = 1e5 + 10£»
 ^
0_0_32710406_3469.cpp:5:1: error: stray '\273' in program
0_0_32710406_3469.cpp:6:1: error: expected ',' or ';' before 'int'
 int tire[maxn*10][26];
 ^
0_0_32710406_3469.cpp: In function 'void Insert(char*)':
0_0_32710406_3469.cpp:15:7: error: 'tire' was not declared in this scope
   if(!tire[root][id]) tire[root][id] = ++cnt;
       ^
0_0_32710406_3469.cpp:16:10: error: 'tire' was not declared in this scope
   root = tire[root][id];
          ^
0_0_32710406_3469.cpp: In function 'int Find(char*)':
0_0_32710406_3469.cpp:26:7: error: 'tire' was not declared in this scope
   if(!tire[root][id]) return 0;
       ^
0_0_32710406_3469.cpp:27:10: error: 'tire' was not declared in this scope
   root = tire[root][id];
          ^
0_0_32710406_3469.cpp: In function 'int main()':
0_0_32710406_3469.cpp:33:9: error: 'tire' was not declared in this scope
  memset(tire, 0, sizeof(tire));
         ^


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-07 02:44:04, Gzip enabled