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_3307492_30402.cpp:29:17: dos.h: No such file or directory
0_0_3307492_30402.cpp:33:21: process.h: No such file or directory
0_0_3307492_30402.cpp:34:22: graphics.h: No such file or directory
0_0_3307492_30402.cpp:58: error: `BLACK' was not declared in this scope
0_0_3307492_30402.cpp:58: error: `LIGHTGRAY' was not declared in this scope
0_0_3307492_30402.cpp:58: error: `LIGHTBLUE' was not declared in this scope
0_0_3307492_30402.cpp:58: error: `DARKGRAY' was not declared in this scope
0_0_3307492_30402.cpp:59: error: `LIGHTGREEN' was not declared in this scope
0_0_3307492_30402.cpp:65: error: `WHITE' was not declared in this scope
0_0_3307492_30402.cpp:65: error: `LIGHTBLUE' was not declared in this scope
0_0_3307492_30402.cpp:65: error: `LIGHTRED' was not declared in this scope
0_0_3307492_30402.cpp:65: error: `CYAN' was not declared in this scope
0_0_3307492_30402.cpp: In function `void Init_Board()':
0_0_3307492_30402.cpp:95: error: `DETECT' undeclared (first use this function)
0_0_3307492_30402.cpp:95: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3307492_30402.cpp:105: error: `initgraph' undeclared (first use this function)
0_0_3307492_30402.cpp:145: error: `YELLOW' undeclared (first use this function)
0_0_3307492_30402.cpp:145: error: `setcolor' undeclared (first use this function)
0_0_3307492_30402.cpp:146: error: `outtextxy' undeclared (first use this function)
0_0_3307492_30402.cpp: In function `void Init_Progress()':
0_0_3307492_30402.cpp:161: error: `setcolor' undeclared (first use this function)
0_0_3307492_30402.cpp:162: error: `rectangle' undeclared (first use this function)
0_0_3307492_30402.cpp:165: error: `SOLID_FILL' undeclared (first use this function)
0_0_3307492_30402.cpp:165: error: `setfillstyle' undeclared (first use this function)
0_0_3307492_30402.cpp:166: error: `floodfill' undeclared (first use this function)
0_0_3307492_30402.cpp: In function `void Update_Progress(int)':
0_0_3307492_30402.cpp:173: error: `SOLID_FILL' undeclared (first use this function)
0_0_3307492_30402.cpp:173: error: `setfillstyle' undeclared (first use this function)
0_0_3307492_30402.cpp:174: error: `floodfill' undeclared (first use this function)
0_0_3307492_30402.cpp:177: error: `setcolor' undeclared (first use this function)
0_0_3307492_30402.cpp:178: error: `rectangle' undeclared (first use this function)
0_0_3307492_30402.cpp: In function `void Run_Game()':
0_0_3307492_30402.cpp:213: error: `delay' undeclared (first use this function)
0_0_3307492_30402.cpp:222: error: `KEY_LEFT' undeclared (first use this function)
0_0_3307492_30402.cpp:228: error: `KEY_RIGHT' undeclared (first use this function)
0_0_3307492_30402.cpp:234: error: `KEY_UP' undeclared (first use this function)
0_0_3307492_30402.cpp:240: error: `KEY_DOWN' undeclared (first use this function)
0_0_3307492_30402.cpp: In function `void Draw_Cell(int, int, int, int)':
0_0_3307492_30402.cpp:294: error: `setcolor' undeclared (first use this function)
0_0_3307492_30402.cpp:295: error: `rectangle' undeclared (first use this function)
0_0_3307492_30402.cpp:296: error: `setfillstyle' undeclared (first use this function)
0_0_3307492_30402.cpp:297: error: `floodfill' undeclared (first use this function)
0_0_3307492_30402.cpp: In function `void Erase_Cell(int, int)':
0_0_3307492_30402.cpp:302: error: `setcolor' undeclared (first use this function)
0_0_3307492_30402.cpp:303: error: `rectangle' undeclared (first use this function)
0_0_3307492_30402.cpp:304: error: `SOLID_FILL' undeclared (first use this function)
0_0_3307492_30402.cpp:304: error: `setfillstyle' undeclared (first use this function)
0_0_3307492_30402.cpp:305: error: `floodfill' undeclared (first use this function)
0_0_3307492_30402.cpp: In function `void Draw_SqBound(IDX*, int)':
0_0_3307492_30402.cpp:312: error: `setcolor' undeclared (first use this function)
0_0_3307492_30402.cpp:313: error: `rectangle' undeclared (first use this function)
0_0_3307492_30402.cpp: In function `int Find_Path(IDX*, IDX*)':
0_0_3307492_30402.cpp:337: error: `delay' undeclared (first use this function)
0_0_3307492_30402.cpp: In function `void Draw_Path(int, int, int, int, int, int, int, int, int)':
0_0_3307492_30402.cpp:413: error: `setcolor' undeclared (first use this function)
0_0_3307492_30402.cpp:414: error: `moveto' undeclared (first use this function)
0_0_3307492_30402.cpp:415: error: `lineto' undeclared (first use this function)
0_0_3307492_30402.cpp: In function `void Draw_Finish(char*)':
0_0_3307492_30402.cpp:423: error: aggregate `textsettingstype info' has incomplete type and cannot be defined
0_0_3307492_30402.cpp:424: error: `gettextsettings' undeclared (first use this function)
0_0_3307492_30402.cpp:425: error: `setcolor' undeclared (first use this function)
0_0_3307492_30402.cpp:426: error: `SOLID_FILL' undeclared (first use this function)
0_0_3307492_30402.cpp:426: error: `BLUE' undeclared (first use this function)
0_0_3307492_30402.cpp:426: error: `setfillstyle' undeclared (first use this function)
0_0_3307492_30402.cpp:427: error: `rectangle' undeclared (first use this function)
0_0_3307492_30402.cpp:428: error: `floodfill' undeclared (first use this function)
0_0_3307492_30402.cpp:430: error: `CENTER_TEXT' undeclared (first use this function)
0_0_3307492_30402.cpp:430: error: `settextjustify' undeclared (first use this function)
0_0_3307492_30402.cpp:431: error: `LIGHTBLUE' undeclared (first use this function)
0_0_3307492_30402.cpp:432: error: `outtextxy' undeclared (first use this function)
0_0_3307492_30402.cpp: In function `void Quit_Game()':
0_0_3307492_30402.cpp:459: error: `closegraph' undeclared (first use this function)


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-25 18:55:27, Gzip enabled