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_15729742_16960.cpp:17:2: error: stray '#' in program
     if (x < 1 || x > n || y < 1 || y > n) return 1;
  ^
0_0_15729742_16960.cpp:17:8: error: stray '#' in program
     if (x < 1 || x > n || y < 1 || y > n) return 1;
        ^
0_0_15729742_16960.cpp:17:14: error: stray '#' in program
     if (x < 1 || x > n || y < 1 || y > n) return 1;
              ^
0_0_15729742_16960.cpp:17:20: error: stray '#' in program
     if (x < 1 || x > n || y < 1 || y > n) return 1;
                    ^
0_0_15729742_16960.cpp:18:2: error: stray '#' in program
     if (a[x][y] == 'o') return 1;
  ^
0_0_15729742_16960.cpp:18:8: error: stray '#' in program
     if (a[x][y] == 'o') return 1;
        ^
0_0_15729742_16960.cpp:18:14: error: stray '#' in program
     if (a[x][y] == 'o') return 1;
              ^
0_0_15729742_16960.cpp:18:20: error: stray '#' in program
     if (a[x][y] == 'o') return 1;
                    ^
0_0_15729742_16960.cpp:19:2: error: stray '#' in program
     return 0;
  ^
0_0_15729742_16960.cpp:19:8: error: stray '#' in program
     return 0;
        ^
0_0_15729742_16960.cpp:19:14: error: stray '#' in program
     return 0;
              ^
0_0_15729742_16960.cpp:19:20: error: stray '#' in program
     return 0;
                    ^
0_0_15729742_16960.cpp:23:2: error: stray '#' in program
     if (x < 1 || x > n || y < 1 || y > n) return 1;
  ^
0_0_15729742_16960.cpp:23:8: error: stray '#' in program
     if (x < 1 || x > n || y < 1 || y > n) return 1;
        ^
0_0_15729742_16960.cpp:23:14: error: stray '#' in program
     if (x < 1 || x > n || y < 1 || y > n) return 1;
              ^
0_0_15729742_16960.cpp:23:20: error: stray '#' in program
     if (x < 1 || x > n || y < 1 || y > n) return 1;
                    ^
0_0_15729742_16960.cpp:24:2: error: stray '#' in program
     if (a[x][y] == 'x') return 1;
  ^
0_0_15729742_16960.cpp:24:8: error: stray '#' in program
     if (a[x][y] == 'x') return 1;
        ^
0_0_15729742_16960.cpp:24:14: error: stray '#' in program
     if (a[x][y] == 'x') return 1;
              ^
0_0_15729742_16960.cpp:24:20: error: stray '#' in program
     if (a[x][y] == 'x') return 1;
                    ^
0_0_15729742_16960.cpp:25:2: error: stray '#' in program
     return 0;
  ^
0_0_15729742_16960.cpp:25:8: error: stray '#' in program
     return 0;
        ^
0_0_15729742_16960.cpp:25:14: error: stray '#' in program
     return 0;
              ^
0_0_15729742_16960.cpp:25:20: error: stray '#' in program
     return 0;
                    ^
0_0_15729742_16960.cpp:31:2: error: stray '#' in program
     int h = 0,t = 1;
  ^
0_0_15729742_16960.cpp:31:8: error: stray '#' in program
     int h = 0,t = 1;
        ^
0_0_15729742_16960.cpp:31:14: error: stray '#' in program
     int h = 0,t = 1;
              ^
0_0_15729742_16960.cpp:31:20: error: stray '#' in program
     int h = 0,t = 1;
                    ^
0_0_15729742_16960.cpp:32:2: error: stray '#' in program
     dx[++h] = x;
  ^
0_0_15729742_16960.cpp:32:8: error: stray '#' in program
     dx[++h] = x;
        ^
0_0_15729742_16960.cpp:32:14: error: stray '#' in program
     dx[++h] = x;
              ^
0_0_15729742_16960.cpp:32:20: error: stray '#' in program
     dx[++h] = x;
                    ^
0_0_15729742_16960.cpp:33:2: error: stray '#' in program
     dy[h] = y;
  ^
0_0_15729742_16960.cpp:33:8: error: stray '#' in program
     dy[h] = y;
        ^
0_0_15729742_16960.cpp:33:14: error: stray '#' in program
     dy[h] = y;
              ^
0_0_15729742_16960.cpp:33:20: error: stray '#' in program
     dy[h] = y;
                    ^
0_0_15729742_16960.cpp:34:2: error: stray '#' in program
     while (h <= t){
  ^
0_0_15729742_16960.cpp:34:8: error: stray '#' in program
     while (h <= t){
        ^
0_0_15729742_16960.cpp:34:14: error: stray '#' in program
     while (h <= t){
              ^
0_0_15729742_16960.cpp:34:20: error: stray '#' in program
     while (h <= t){
                    ^
0_0_15729742_16960.cpp:35:2: error: stray '#' in program
         x = dx[h];
  ^
0_0_15729742_16960.cpp:35:8: error: stray '#' in program
         x = dx[h];
        ^
0_0_15729742_16960.cpp:35:14: error: stray '#' in program
         x = dx[h];
              ^
0_0_15729742_16960.cpp:35:20: error: stray '#' in program
         x = dx[h];
                    ^
0_0_15729742_16960.cpp:35:26: error: stray '#' in program
         x = dx[h];
                          ^
0_0_15729742_16960.cpp:35:32: error: stray '#' in program
         x = dx[h];
                                ^
0_0_15729742_16960.cpp:35:38: error: stray '#' in program
         x = dx[h];
                                      ^
0_0_15729742_16960.cpp:35:44: error: stray '#' in program
         x = dx[h];
                                            ^
0_0_15729742_16960.cpp:36:2: error: stray '#' in program
         y = dy[h];
  ^
0_0_15729742_16960.cpp:36:8: error: stray '#' in program
         y = dy[h];
        ^
0_0_15729742_16960.cpp:36:14: error: stray '#' in program
         y = dy[h];
              ^
0_0_15729742_16960.cpp:36:20: error: stray '#' in program
         y = dy[h];
                    ^
0_0_15729742_16960.cpp:36:26: error: stray '#' in program
         y = dy[h];
                          ^
0_0_15729742_16960.cpp:36:32: error: stray '#' in program
         y = dy[h];
                                ^
0_0_15729742_16960.cpp:36:38: error: stray '#' in program
         y = dy[h];
                                      ^
0_0_15729742_16960.cpp:36:44: error: stray '#' in program
         y = dy[h];
                                            ^
0_0_15729742_16960.cpp:37:2: error: stray '#' in program
         vis[x][y] = 1;
  ^
0_0_15729742_16960.cpp:37:8: error: stray '#' in program
         vis[x][y] = 1;
        ^
0_0_15729742_16960.cpp:37:14: error: stray '#' in program
         vis[x][y] = 1;
              ^
0_0_15729742_16960.cpp:37:20: error: stray '#' in program
         vis[x][y] = 1;
                    ^
0_0_15729742_16960.cpp:37:26: error: stray '#' in program
         vis[x][y] = 1;
                          ^
0_0_15729742_16960.cpp:37:32: error: stray '#' in program
         vis[x][y] = 1;
                                ^
0_0_15729742_16960.cpp:37:38: error: stray '#' in program
         vis[x][y] = 1;
                                      ^
0_0_15729742_16960.cpp:37:44: error: stray '#' in program
         vis[x][y] = 1;
                                            ^
0_0_15729742_16960.cpp:38:2: error: stray '#' in program
         for (int i = 0;i < 4;i++){
  ^
0_0_15729742_16960.cpp:38:8: error: stray '#' in program
         for (int i = 0;i < 4;i++){
        ^
0_0_15729742_16960.cpp:38:14: error: stray '#' in program
         for (int i = 0;i < 4;i++){
              ^
0_0_15729742_16960.cpp:38:20: error: stray '#' in program
         for (int i = 0;i < 4;i++){
                    ^
0_0_15729742_16960.cpp:38:26: error: stray '#' in program
         for (int i = 0;i < 4;i++){
                          ^
0_0_15729742_16960.cpp:38:32: error: stray '#' in program
         for (int i = 0;i < 4;i++){
                                ^
0_0_15729742_16960.cpp:38:38: error: stray '#' in program
         for (int i = 0;i < 4;i++){
                                      ^
0_0_15729742_16960.cpp:38:44: error: stray '#' in program
         for (int i = 0;i < 4;i++){
               


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-30 05:43:01, Gzip enabled