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_24083945_28657.cpp:27:2: error: stray '#' in program
     if(len == goal){
  ^
0_0_24083945_28657.cpp:27:8: error: stray '#' in program
     if(len == goal){
        ^
0_0_24083945_28657.cpp:27:14: error: stray '#' in program
     if(len == goal){
              ^
0_0_24083945_28657.cpp:27:20: error: stray '#' in program
     if(len == goal){
                    ^
0_0_24083945_28657.cpp:28:2: error: stray '#' in program
         sum++;
  ^
0_0_24083945_28657.cpp:28:8: error: stray '#' in program
         sum++;
        ^
0_0_24083945_28657.cpp:28:14: error: stray '#' in program
         sum++;
              ^
0_0_24083945_28657.cpp:28:20: error: stray '#' in program
         sum++;
                    ^
0_0_24083945_28657.cpp:28:26: error: stray '#' in program
         sum++;
                          ^
0_0_24083945_28657.cpp:28:32: error: stray '#' in program
         sum++;
                                ^
0_0_24083945_28657.cpp:28:38: error: stray '#' in program
         sum++;
                                      ^
0_0_24083945_28657.cpp:28:44: error: stray '#' in program
         sum++;
                                            ^
0_0_24083945_28657.cpp:29:2: error: stray '#' in program
         return ;
  ^
0_0_24083945_28657.cpp:29:8: error: stray '#' in program
         return ;
        ^
0_0_24083945_28657.cpp:29:14: error: stray '#' in program
         return ;
              ^
0_0_24083945_28657.cpp:29:20: error: stray '#' in program
         return ;
                    ^
0_0_24083945_28657.cpp:29:26: error: stray '#' in program
         return ;
                          ^
0_0_24083945_28657.cpp:29:32: error: stray '#' in program
         return ;
                                ^
0_0_24083945_28657.cpp:29:38: error: stray '#' in program
         return ;
                                      ^
0_0_24083945_28657.cpp:29:44: error: stray '#' in program
         return ;
                                            ^
0_0_24083945_28657.cpp:30:2: error: stray '#' in program
     }
  ^
0_0_24083945_28657.cpp:30:8: error: stray '#' in program
     }
        ^
0_0_24083945_28657.cpp:30:14: error: stray '#' in program
     }
              ^
0_0_24083945_28657.cpp:30:20: error: stray '#' in program
     }
                    ^
0_0_24083945_28657.cpp:31:2: error: stray '#' in program
     for(int i = 0;i < g[u].size();++i){
  ^
0_0_24083945_28657.cpp:31:8: error: stray '#' in program
     for(int i = 0;i < g[u].size();++i){
        ^
0_0_24083945_28657.cpp:31:14: error: stray '#' in program
     for(int i = 0;i < g[u].size();++i){
              ^
0_0_24083945_28657.cpp:31:20: error: stray '#' in program
     for(int i = 0;i < g[u].size();++i){
                    ^
0_0_24083945_28657.cpp:32:2: error: stray '#' in program
         int v = g[u][i];
  ^
0_0_24083945_28657.cpp:32:8: error: stray '#' in program
         int v = g[u][i];
        ^
0_0_24083945_28657.cpp:32:14: error: stray '#' in program
         int v = g[u][i];
              ^
0_0_24083945_28657.cpp:32:20: error: stray '#' in program
         int v = g[u][i];
                    ^
0_0_24083945_28657.cpp:32:26: error: stray '#' in program
         int v = g[u][i];
                          ^
0_0_24083945_28657.cpp:32:32: error: stray '#' in program
         int v = g[u][i];
                                ^
0_0_24083945_28657.cpp:32:38: error: stray '#' in program
         int v = g[u][i];
                                      ^
0_0_24083945_28657.cpp:32:44: error: stray '#' in program
         int v = g[u][i];
                                            ^
0_0_24083945_28657.cpp:33:2: error: stray '#' in program
         if(v != fa)
  ^
0_0_24083945_28657.cpp:33:8: error: stray '#' in program
         if(v != fa)
        ^
0_0_24083945_28657.cpp:33:14: error: stray '#' in program
         if(v != fa)
              ^
0_0_24083945_28657.cpp:33:20: error: stray '#' in program
         if(v != fa)
                    ^
0_0_24083945_28657.cpp:33:26: error: stray '#' in program
         if(v != fa)
                          ^
0_0_24083945_28657.cpp:33:32: error: stray '#' in program
         if(v != fa)
                                ^
0_0_24083945_28657.cpp:33:38: error: stray '#' in program
         if(v != fa)
                                      ^
0_0_24083945_28657.cpp:33:44: error: stray '#' in program
         if(v != fa)
                                            ^
0_0_24083945_28657.cpp:34:2: error: stray '#' in program
             dfs(v,u,len+1);
  ^
0_0_24083945_28657.cpp:34:8: error: stray '#' in program
             dfs(v,u,len+1);
        ^
0_0_24083945_28657.cpp:34:14: error: stray '#' in program
             dfs(v,u,len+1);
              ^
0_0_24083945_28657.cpp:34:20: error: stray '#' in program
             dfs(v,u,len+1);
                    ^
0_0_24083945_28657.cpp:34:26: error: stray '#' in program
             dfs(v,u,len+1);
                          ^
0_0_24083945_28657.cpp:34:32: error: stray '#' in program
             dfs(v,u,len+1);
                                ^
0_0_24083945_28657.cpp:34:38: error: stray '#' in program
             dfs(v,u,len+1);
                                      ^
0_0_24083945_28657.cpp:34:44: error: stray '#' in program
             dfs(v,u,len+1);
                                            ^
0_0_24083945_28657.cpp:34:50: error: stray '#' in program
             dfs(v,u,len+1);
                                                  ^
0_0_24083945_28657.cpp:34:56: error: stray '#' in program
             dfs(v,u,len+1);
                                                        ^
0_0_24083945_28657.cpp:34:62: error: stray '#' in program
             dfs(v,u,len+1);
                                                              ^
0_0_24083945_28657.cpp:34:68: error: stray '#' in program
             dfs(v,u,len+1);
                                                                    ^
0_0_24083945_28657.cpp:35:2: error: stray '#' in program
     }
  ^
0_0_24083945_28657.cpp:35:8: error: stray '#' in program
     }
        ^
0_0_24083945_28657.cpp:35:14: error: stray '#' in program
     }
              ^
0_0_24083945_28657.cpp:35:20: error: stray '#' in program
     }
                    ^
0_0_24083945_28657.cpp:39:2: error: stray '#' in program
     int _;
  ^
0_0_24083945_28657.cpp:39:8: error: stray '#' in program
     int _;
        ^
0_0_24083945_28657.cpp:39:14: error: stray '#' in program
     int _;
              ^
0_0_24083945_28657.cpp:39:20: error: stray '#' in program
     int _;
                    ^
0_0_24083945_28657.cpp:40:2: error: stray '#' in program
     RD(_);
  ^
0_0_24083945_28657.cpp:40:8: error: stray '#' in program
     RD(_);
        ^
0_0_24083945_28657.cpp:40:14: error: stray '#' in program
     RD(_);
              ^
0_0_24083945_28657.cpp:40:20: error: stray '#' in program
     RD(_);
                    ^
0_0_24083945_28657.cpp:41:2: error: stray '#' in program
     while(_--){
  ^
0_0_24083945_2865


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-07-01 17:04:49, Gzip enabled