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_29114182_28794.cpp:34:2: error: stray '#' in program
     int x, y;
  ^
0_0_29114182_28794.cpp:34:8: error: stray '#' in program
     int x, y;
        ^
0_0_29114182_28794.cpp:34:14: error: stray '#' in program
     int x, y;
              ^
0_0_29114182_28794.cpp:34:20: error: stray '#' in program
     int x, y;
                    ^
0_0_29114182_28794.cpp:39:2: error: stray '#' in program
     for (int i = 0; i < n; i++)
  ^
0_0_29114182_28794.cpp:39:8: error: stray '#' in program
     for (int i = 0; i < n; i++)
        ^
0_0_29114182_28794.cpp:39:14: error: stray '#' in program
     for (int i = 0; i < n; i++)
              ^
0_0_29114182_28794.cpp:39:20: error: stray '#' in program
     for (int i = 0; i < n; i++)
                    ^
0_0_29114182_28794.cpp:40:2: error: stray '#' in program
     {
  ^
0_0_29114182_28794.cpp:40:8: error: stray '#' in program
     {
        ^
0_0_29114182_28794.cpp:40:14: error: stray '#' in program
     {
              ^
0_0_29114182_28794.cpp:40:20: error: stray '#' in program
     {
                    ^
0_0_29114182_28794.cpp:41:2: error: stray '#' in program
         int xx = x + a[2 * i];
  ^
0_0_29114182_28794.cpp:41:8: error: stray '#' in program
         int xx = x + a[2 * i];
        ^
0_0_29114182_28794.cpp:41:14: error: stray '#' in program
         int xx = x + a[2 * i];
              ^
0_0_29114182_28794.cpp:41:20: error: stray '#' in program
         int xx = x + a[2 * i];
                    ^
0_0_29114182_28794.cpp:41:26: error: stray '#' in program
         int xx = x + a[2 * i];
                          ^
0_0_29114182_28794.cpp:41:32: error: stray '#' in program
         int xx = x + a[2 * i];
                                ^
0_0_29114182_28794.cpp:41:38: error: stray '#' in program
         int xx = x + a[2 * i];
                                      ^
0_0_29114182_28794.cpp:41:44: error: stray '#' in program
         int xx = x + a[2 * i];
                                            ^
0_0_29114182_28794.cpp:42:2: error: stray '#' in program
         int yy = y + a[2 * i + 1];
  ^
0_0_29114182_28794.cpp:42:8: error: stray '#' in program
         int yy = y + a[2 * i + 1];
        ^
0_0_29114182_28794.cpp:42:14: error: stray '#' in program
         int yy = y + a[2 * i + 1];
              ^
0_0_29114182_28794.cpp:42:20: error: stray '#' in program
         int yy = y + a[2 * i + 1];
                    ^
0_0_29114182_28794.cpp:42:26: error: stray '#' in program
         int yy = y + a[2 * i + 1];
                          ^
0_0_29114182_28794.cpp:42:32: error: stray '#' in program
         int yy = y + a[2 * i + 1];
                                ^
0_0_29114182_28794.cpp:42:38: error: stray '#' in program
         int yy = y + a[2 * i + 1];
                                      ^
0_0_29114182_28794.cpp:42:44: error: stray '#' in program
         int yy = y + a[2 * i + 1];
                                            ^
0_0_29114182_28794.cpp:43:2: error: stray '#' in program
         if (xx < 0 || xx >= m || yy < 0 || yy >= n) continue;
  ^
0_0_29114182_28794.cpp:43:8: error: stray '#' in program
         if (xx < 0 || xx >= m || yy < 0 || yy >= n) continue;
        ^
0_0_29114182_28794.cpp:43:14: error: stray '#' in program
         if (xx < 0 || xx >= m || yy < 0 || yy >= n) continue;
              ^
0_0_29114182_28794.cpp:43:20: error: stray '#' in program
         if (xx < 0 || xx >= m || yy < 0 || yy >= n) continue;
                    ^
0_0_29114182_28794.cpp:43:26: error: stray '#' in program
         if (xx < 0 || xx >= m || yy < 0 || yy >= n) continue;
                          ^
0_0_29114182_28794.cpp:43:32: error: stray '#' in program
         if (xx < 0 || xx >= m || yy < 0 || yy >= n) continue;
                                ^
0_0_29114182_28794.cpp:43:38: error: stray '#' in program
         if (xx < 0 || xx >= m || yy < 0 || yy >= n) continue;
                                      ^
0_0_29114182_28794.cpp:43:44: error: stray '#' in program
         if (xx < 0 || xx >= m || yy < 0 || yy >= n) continue;
                                            ^
0_0_29114182_28794.cpp:44:2: error: stray '#' in program
         if (book[xx][yy]) continue;
  ^
0_0_29114182_28794.cpp:44:8: error: stray '#' in program
         if (book[xx][yy]) continue;
        ^
0_0_29114182_28794.cpp:44:14: error: stray '#' in program
         if (book[xx][yy]) continue;
              ^
0_0_29114182_28794.cpp:44:20: error: stray '#' in program
         if (book[xx][yy]) continue;
                    ^
0_0_29114182_28794.cpp:44:26: error: stray '#' in program
         if (book[xx][yy]) continue;
                          ^
0_0_29114182_28794.cpp:44:32: error: stray '#' in program
         if (book[xx][yy]) continue;
                                ^
0_0_29114182_28794.cpp:44:38: error: stray '#' in program
         if (book[xx][yy]) continue;
                                      ^
0_0_29114182_28794.cpp:44:44: error: stray '#' in program
         if (book[xx][yy]) continue;
                                            ^
0_0_29114182_28794.cpp:45:2: error: stray '#' in program
         if (s[x][y] == 'g' && s[xx][yy] == 'i')
  ^
0_0_29114182_28794.cpp:45:8: error: stray '#' in program
         if (s[x][y] == 'g' && s[xx][yy] == 'i')
        ^
0_0_29114182_28794.cpp:45:14: error: stray '#' in program
         if (s[x][y] == 'g' && s[xx][yy] == 'i')
              ^
0_0_29114182_28794.cpp:45:20: error: stray '#' in program
         if (s[x][y] == 'g' && s[xx][yy] == 'i')
                    ^
0_0_29114182_28794.cpp:45:26: error: stray '#' in program
         if (s[x][y] == 'g' && s[xx][yy] == 'i')
                          ^
0_0_29114182_28794.cpp:45:32: error: stray '#' in program
         if (s[x][y] == 'g' && s[xx][yy] == 'i')
                                ^
0_0_29114182_28794.cpp:45:38: error: stray '#' in program
         if (s[x][y] == 'g' && s[xx][yy] == 'i')
                                      ^
0_0_29114182_28794.cpp:45:44: error: stray '#' in program
         if (s[x][y] == 'g' && s[xx][yy] == 'i')
                                            ^
0_0_29114182_28794.cpp:46:2: error: stray '#' in program
         {
  ^
0_0_29114182_28794.cpp:46:8: error: stray '#' in program
         {
        ^
0_0_29114182_28794.cpp:46:14: error: stray '#' in program
         {
              ^
0_0_29114182_28794.cpp:46:20: error: stray '#' in program
         {
                    ^
0_0_29114182_28794.cpp:46:26: error: stray '#' in program
         {
                          ^
0_0_29114182_28794.cpp:46:32: error: stray '#' in program
         {
                                ^
0_0_29114182_28794.cpp:46:38: error: stray '#' in program
         {
                                      ^
0_0_29114182_28794.cpp:46:44: error: stray '#' in program
         {
                                            ^
0_0_29114182_28794.cpp:47:2: error: stray '#' in program
             book[xx][yy] = true;
  ^
0_0_29114182_28794.cpp:47:8: error: stray '#' in program
             book[xx][yy] = true;
        ^
0_0_29114182_28794.cpp:47:14: error: stray '#' in program
             book[xx][yy] = true;
              ^
0_0_29114182_28794.cpp:47:20: err


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-10-06 04:13:27, Gzip enabled