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_17022467_1038.cpp:3:1: error: 'usingnamespace' does not name a type
 usingnamespace std;
 ^
0_0_17022467_1038.cpp: In function 'bool dfs(int)':
0_0_17022467_1038.cpp:67:21: error: 'returntrue' was not declared in this scope
 if(d==deep&&h()==0) returntrue;
                     ^
0_0_17022467_1038.cpp:68:22: error: 'returnfalse' was not declared in this scope
 if(d+(h()+3)/4>deep) returnfalse;
                      ^
0_0_17022467_1038.cpp:73:14: error: 'returntrue' was not declared in this scope
 if(dfs(d+1)) returntrue;
              ^
0_0_17022467_1038.cpp:77:14: error: 'returntrue' was not declared in this scope
 if(dfs(d+1)) returntrue;
              ^
0_0_17022467_1038.cpp:81:14: error: 'returntrue' was not declared in this scope
 if(dfs(d+1)) returntrue;
              ^
0_0_17022467_1038.cpp:85:14: error: 'returntrue' was not declared in this scope
 if(dfs(d+1)) returntrue;
              ^
0_0_17022467_1038.cpp:88:1: error: 'returnfalse' was not declared in this scope
 returnfalse;
 ^
0_0_17022467_1038.cpp: In function 'int main()':
0_0_17022467_1038.cpp:102:14: error: 'in' was not declared in this scope
 in(maze[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-16 21:29:46, Gzip enabled