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_30761294_1055.cpp:1:2: error: stray '#' in program
 #include <bits/stdc++.h>
  ^
0_0_30761294_1055.cpp:1:9: error: stray '#' in program
 #include <bits/stdc++.h>
         ^
0_0_30761294_1055.cpp:1:3: error: expected unqualified-id before numeric constant
 #include <bits/stdc++.h>
   ^
0_0_30761294_1055.cpp:1:3: error: expected constructor, destructor, or type conversion before numeric constant
0_0_30761294_1055.cpp:1:10: error: 'include' does not name a type
 #include <bits/stdc++.h>
          ^
0_0_30761294_1055.cpp: In function 'int read()':
0_0_30761294_1055.cpp:7:20: error: 'getchar' was not declared in this scope
 #define gc getchar()
                    ^
0_0_30761294_1055.cpp:10:30: note: in expansion of macro 'gc'
  re int x(0),f(1);re char ch(gc);
                              ^
0_0_30761294_1055.cpp: At global scope:
0_0_30761294_1055.cpp:23:1: error: 'stack' does not name a type
 stack<int> s;
 ^
0_0_30761294_1055.cpp: In function 'void tarjan(int)':
0_0_30761294_1055.cpp:39:2: error: 's' was not declared in this scope
  s.push(u);
  ^
0_0_30761294_1055.cpp:43:28: error: 'min' was not declared in this scope
    low[u]=min(low[u],low[v]);
                            ^
0_0_30761294_1055.cpp:48:28: error: 'min' was not declared in this scope
    low[u]=min(low[u],low[v]);
                            ^
0_0_30761294_1055.cpp: In function 'int main()':
0_0_30761294_1055.cpp:78:2: error: 'cout' was not declared in this scope
  cout<<ans<<endl;
  ^
0_0_30761294_1055.cpp:78:13: error: 'endl' was not declared in this scope
  cout<<ans<<endl;
             ^


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-09-28 19:24:05, Gzip enabled