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_13807934_17710.cpp:2:5: error: stray '#' in program
   2 #include <cstring>
     ^
0_0_13807934_17710.cpp:3:5: error: stray '#' in program
   3 #include <cstdio>
     ^
0_0_13807934_17710.cpp:4:5: error: stray '#' in program
   4 #include <queue>
     ^
0_0_13807934_17710.cpp:5:5: error: stray '#' in program
   5 #include <algorithm>
     ^
0_0_13807934_17710.cpp:6:5: error: stray '#' in program
   6 #include <cstdlib>
     ^
0_0_13807934_17710.cpp:8:5: error: stray '#' in program
   8 #define N 2000
     ^
0_0_13807934_17710.cpp:9:5: error: stray '#' in program
   9 #define INF 10000000
     ^
0_0_13807934_17710.cpp:2:3: error: expected unqualified-id before numeric constant
   2 #include <cstring>
   ^
0_0_13807934_17710.cpp:8:3: error: expected unqualified-id before numeric constant
   8 #define N 2000
   ^
0_0_13807934_17710.cpp:11:2: error: expected unqualified-id before numeric constant
  11 int trie[N][26];
  ^
0_0_13807934_17710.cpp:12:2: error: expected unqualified-id before numeric constant
  12 int o[N];
  ^
0_0_13807934_17710.cpp:13:2: error: expected unqualified-id before numeric constant
  13 int que[N];
  ^
0_0_13807934_17710.cpp:14:2: error: expected unqualified-id before numeric constant
  14 int flag[N];
  ^
0_0_13807934_17710.cpp:15:2: error: expected unqualified-id before numeric constant
  15 int fail[N];
  ^
0_0_13807934_17710.cpp:16:2: error: expected unqualified-id before numeric constant
  16 int wa[N];
  ^
0_0_13807934_17710.cpp:17:2: error: expected unqualified-id before numeric constant
  17 int dp1[N][256];
  ^
0_0_13807934_17710.cpp:18:2: error: expected unqualified-id before numeric constant
  18 int dp2[N][256];
  ^
0_0_13807934_17710.cpp:19:2: error: expected unqualified-id before numeric constant
  19 int goal1[N][256];
  ^
0_0_13807934_17710.cpp:20:2: error: expected unqualified-id before numeric constant
  20 int goal2[N][256];
  ^
0_0_13807934_17710.cpp:21:2: error: expected unqualified-id before numeric constant
  21 int num;
  ^
0_0_13807934_17710.cpp:22:2: error: expected unqualified-id before numeric constant
  22 void CL()
  ^
0_0_13807934_17710.cpp:31:2: error: expected unqualified-id before numeric constant
  31 void insert(char *str,int 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-16 18:32:48, Gzip enabled