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_26788903_31797.cpp:1:8: error: expected constructor, destructor, or type conversion before ';' token
  init();
        ^
0_0_26788903_31797.cpp:4:5: error: 's' does not name a type
     s = 0, e = 2 * n + 1;
     ^
0_0_26788903_31797.cpp:5:5: error: expected unqualified-id before 'for'
     for (int i = 1; i <= n; i++) {
     ^
0_0_26788903_31797.cpp:5:21: error: 'i' does not name a type
     for (int i = 1; i <= n; i++) {
                     ^
0_0_26788903_31797.cpp:5:29: error: 'i' does not name a type
     for (int i = 1; i <= n; i++) {
                             ^
0_0_26788903_31797.cpp:11:21: error: 'dinic' was not declared in this scope
     int ans = dinic();
                     ^
0_0_26788903_31797.cpp:12:11: error: expected constructor, destructor, or type conversion before '(' token
     printf("%d\n",ans);
           ^


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 13:10:03, Gzip enabled