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_38826684_13979.cpp:44:38: error: expected ')' before ';' token
   44 | void createG(vector<vector<int> >& G)
      |             ~                        ^
      |                                      )
0_0_38826684_13979.cpp:44:40: error: 'G' does not name a type
   44 | void createG(vector<vector<int> >& G)
      |                                        ^
0_0_38826684_13979.cpp: In function 'void Dfs(std::vector<int>, int)':
0_0_38826684_13979.cpp:68:21: error: 'amp' was not declared in this scope
   68 |         if (i == 0 && D >= 35)
      |                     ^~~
0_0_38826684_13979.cpp:68:29: error: expected ')' before ';' token
   68 |         if (i == 0 && D >= 35)
      |            ~                ^
      |                             )
0_0_38826684_13979.cpp:68:38: error: expected ';' before ')' token
   68 |         if (i == 0 && D >= 35)
      |                                      ^
      |                                      ;
0_0_38826684_13979.cpp:73:9: error: 'else' without a previous 'if'
   73 |         else if (issafe(v, i))
      |         ^~~~
0_0_38826684_13979.cpp:82:40: error: 'amp' was not declared in this scope
   82 |                         if (!visit[j] && firstjump(j))
      |                                        ^~~
0_0_38826684_13979.cpp:82:48: error: expected ')' before ';' token
   82 |                         if (!visit[j] && firstjump(j))
      |                            ~                   ^
      |                                                )
0_0_38826684_13979.cpp:82:62: error: expected ';' before ')' token
   82 |                         if (!visit[j] && firstjump(j))
      |                                                              ^
      |                                                              ;
0_0_38826684_13979.cpp:90:32: error: 'amp' was not declared in this scope
   90 |                 if (!visit[j] && G[i][j])
      |                                ^~~
0_0_38826684_13979.cpp:90:40: error: expected ')' before ';' token
   90 |                 if (!visit[j] && G[i][j])
      |                    ~                   ^
      |                                        )
0_0_38826684_13979.cpp:90:49: error: expected ';' before ')' token
   90 |                 if (!visit[j] && G[i][j])
      |                                                 ^
      |                                                 ;


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-24 21:03:46, Gzip enabled