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_20990554_31977.cpp:1:2: error: invalid preprocessing directive #includecstdio
 #includecstdio
  ^
0_0_20990554_31977.cpp:2:2: error: invalid preprocessing directive #includecstring
 #includecstring
  ^
0_0_20990554_31977.cpp:3:2: error: invalid preprocessing directive #includequeue
 #includequeue
  ^
0_0_20990554_31977.cpp:7:1: error: 'stdqueueintq' does not name a type
 stdqueueintq;
 ^
0_0_20990554_31977.cpp: In function 'int bfs()':
0_0_20990554_31977.cpp:12:10: error: 'q' was not declared in this scope
  while (!q.empty()) q.pop();
          ^
0_0_20990554_31977.cpp:13:26: error: 'memset' was not declared in this scope
  memset(dep,0,sizeof(dep));
                          ^
0_0_20990554_31977.cpp:14:2: error: 'q' was not declared in this scope
  q.push(1);dep[1]=1;
  ^
0_0_20990554_31977.cpp:19:13: error: 'v' was not declared in this scope
    if (!dep[v=edge[i].to]&&edge[i].val)
             ^


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-25 16:47:14, Gzip enabled