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_20302284_192.cpp:7:1: error: 'Node' does not name a type
 Node a[105][105];
 ^
0_0_20302284_192.cpp:9:1: error: expected ',' or ';' before 'bool'
 bool bo = false;
 ^
0_0_20302284_192.cpp: In function 'void ini(int, int)':
0_0_20302284_192.cpp:20:2: error: 'bo' was not declared in this scope
  bo = false;
  ^
0_0_20302284_192.cpp:24:4: error: 'row' was not declared in this scope
    row = i;
    ^
0_0_20302284_192.cpp:25:4: error: 'col' was not declared in this scope
    col = j;
    ^
0_0_20302284_192.cpp:26:9: error: 'a' was not declared in this scope
    cin>>a->data; 
         ^
0_0_20302284_192.cpp: In function 'void bfs()':
0_0_20302284_192.cpp:38:13: error: expected primary-expression before '[' token
  q.push(Node[0][0]);
             ^
0_0_20302284_192.cpp:48:7: error: expected primary-expression before ')' token
    if()
       ^
0_0_20302284_192.cpp:49:3: error: expected primary-expression before '}' token
   }
   ^


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-06 06:27:59, Gzip enabled