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_14895208_32546.cpp: In function 'int main()':
0_0_14895208_32546.cpp:87:5: error: 'ios_base' has not been declared
     ios_base::sync_with_stdio(0);
     ^
0_0_14895208_32546.cpp:102:38: error: 'step' was not declared in this scope
                         int ri = i + step[k][0], rj = j + step[k][1];
                                      ^
0_0_14895208_32546.cpp:103:36: error: 'rj' was not declared in this scope
                         if(!in(ri, rj) || mp[ri][rj] != '.')
                                    ^
0_0_14895208_32546.cpp:109:38: error: 'step' was not declared in this scope
                         int ri = i + step[k][0], rj = j + step[k][1];
                                      ^
0_0_14895208_32546.cpp:110:36: error: 'rj' was not declared in this scope
                         if(!in(ri, rj)) cnt++;
                                    ^
0_0_14895208_32546.cpp:119:46: error: 'step' was not declared in this scope
                                 int ri = i + step[k][0], rj = j + step[k][1];
                                              ^
0_0_14895208_32546.cpp:120:43: error: 'rj' was not declared in this scope
                                 if(in(ri, rj) && mp[ri][rj] == 'E') {
                                           ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-02-18 18:36:11, Gzip enabled