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_15325005_30803.cpp: In function 'void Handle()':
0_0_15325005_30803.cpp:42:43: error: 'memset' was not declared in this scope
     memset(GraphEdge, 0, sizeof(GraphEdge));
                                           ^
0_0_15325005_30803.cpp:62:1: error: jump to label 'Result' [-fpermissive]
 Result:
 ^
0_0_15325005_30803.cpp:50:14: error:   from here [-fpermissive]
         goto Result;
              ^
0_0_15325005_30803.cpp:53:21: error:   crosses initialization of 'int iFull'
     int iEmpty = 0, iFull = (1 << M) - 1;
                     ^
0_0_15325005_30803.cpp:53:9: error:   crosses initialization of 'int iEmpty'
     int iEmpty = 0, iFull = (1 << M) - 1;
         ^
0_0_15325005_30803.cpp: In function 'void BFS(int, int)':
0_0_15325005_30803.cpp:121:35: error: 'memset' was not declared in this scope
     memset(Visit, 0, sizeof(Visit));
                                   ^


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-20 01:33:23, Gzip enabled