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_38813513_24027.cpp: In function 'bool dfs(int)':
0_0_38813513_24027.cpp:11:20: error: 'amp' was not declared in this scope
   11 |         if(a[x][t]&&!vis[t])  //若x和t间有边相连且t未被访问
      |                    ^~~
0_0_38813513_24027.cpp:11:28: error: expected ')' before ';' token
   11 |         if(a[x][t]&&!vis[t])  //若x和t间有边相连且t未被访问
      |           ~                ^
      |                            )
0_0_38813513_24027.cpp:11:36: error: expected ';' before ')' token
   11 |         if(a[x][t]&&!vis[t])  //若x和t间有边相连且t未被访问
      |                                    ^
      |                                    ;
0_0_38813513_24027.cpp: In function 'int main()':
0_0_38813513_24027.cpp:26:21: error: 'amp' was not declared in this scope
   26 |         scanf("%d",&T);        //输入测试用例数
      |                     ^~~
0_0_38813513_24027.cpp:26:26: error: expected ';' before ')' token
   26 |         scanf("%d",&T);        //输入测试用例数
      |                          ^
      |                          ;
0_0_38813513_24027.cpp:29:39: error: expected ';' before ')' token
   29 |             scanf("%d%d",&n,&m);  //输入课程数n和学生数m
      |                                       ^
      |                                       ;
0_0_38813513_24027.cpp:34:34: error: expected ';' before ')' token
   34 |                 scanf("%d",&j); //输入选择课程i的学生数j
      |                                  ^
      |                                  ;
0_0_38813513_24027.cpp:37:38: error: expected ';' before ')' token
   37 |                     scanf("%d",&t); //依次输入选择课程i的每个学生t
      |                                      ^
      |                                      ;


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-26 06:59:36, Gzip enabled