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_19608733_13642.cpp:2:4: error: stray '#' in program
  2 #include<algorithm>
    ^
0_0_19608733_13642.cpp:3:4: error: stray '#' in program
  3 #include<stdio.h>
    ^
0_0_19608733_13642.cpp:4:4: error: stray '#' in program
  4 #include<string.h>
    ^
0_0_19608733_13642.cpp:2:2: error: expected unqualified-id before numeric constant
  2 #include<algorithm>
  ^
0_0_19608733_13642.cpp:6:2: error: expected unqualified-id before numeric constant
  6 int a[110][310];//邻接矩阵。用来存储边的信息,连接或没连接
  ^
0_0_19608733_13642.cpp:7:2: error: expected unqualified-id before numeric constant
  7 int vis[310],b1[310],m;//一个用来搜索的标记,一个记录点匹配点的编号
  ^
0_0_19608733_13642.cpp:8:2: error: expected unqualified-id before numeric constant
  8 int dfs(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-12-02 16:45:07, Gzip enabled