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_21991869_10411.cpp:9:2: error: stray '#' in program
     memset(nxt[sz], 0, sizeof nxt[sz]);
  ^
0_0_21991869_10411.cpp:9:8: error: stray '#' in program
     memset(nxt[sz], 0, sizeof nxt[sz]);
        ^
0_0_21991869_10411.cpp:9:14: error: stray '#' in program
     memset(nxt[sz], 0, sizeof nxt[sz]);
              ^
0_0_21991869_10411.cpp:9:20: error: stray '#' in program
     memset(nxt[sz], 0, sizeof nxt[sz]);
                    ^
0_0_21991869_10411.cpp:10:2: error: stray '#' in program
     link[sz] = 0, fin[sz] = 0;
  ^
0_0_21991869_10411.cpp:10:8: error: stray '#' in program
     link[sz] = 0, fin[sz] = 0;
        ^
0_0_21991869_10411.cpp:10:14: error: stray '#' in program
     link[sz] = 0, fin[sz] = 0;
              ^
0_0_21991869_10411.cpp:10:20: error: stray '#' in program
     link[sz] = 0, fin[sz] = 0;
                    ^
0_0_21991869_10411.cpp:11:2: error: stray '#' in program
     return sz ++;
  ^
0_0_21991869_10411.cpp:11:8: error: stray '#' in program
     return sz ++;
        ^
0_0_21991869_10411.cpp:11:14: error: stray '#' in program
     return sz ++;
              ^
0_0_21991869_10411.cpp:11:20: error: stray '#' in program
     return sz ++;
                    ^
0_0_21991869_10411.cpp:15:2: error: stray '#' in program
     sz = 0;
  ^
0_0_21991869_10411.cpp:15:8: error: stray '#' in program
     sz = 0;
        ^
0_0_21991869_10411.cpp:15:14: error: stray '#' in program
     sz = 0;
              ^
0_0_21991869_10411.cpp:15:20: error: stray '#' in program
     sz = 0;
                    ^
0_0_21991869_10411.cpp:16:2: error: stray '#' in program
     newnode();
  ^
0_0_21991869_10411.cpp:16:8: error: stray '#' in program
     newnode();
        ^
0_0_21991869_10411.cpp:16:14: error: stray '#' in program
     newnode();
              ^
0_0_21991869_10411.cpp:16:20: error: stray '#' in program
     newnode();
                    ^
0_0_21991869_10411.cpp:22:2: error: stray '#' in program
     int h = 0, t = 0;
  ^
0_0_21991869_10411.cpp:22:8: error: stray '#' in program
     int h = 0, t = 0;
        ^
0_0_21991869_10411.cpp:22:14: error: stray '#' in program
     int h = 0, t = 0;
              ^
0_0_21991869_10411.cpp:22:20: error: stray '#' in program
     int h = 0, t = 0;
                    ^
0_0_21991869_10411.cpp:23:2: error: stray '#' in program
     for (int c = 0; c < 6; c ++) if (nxt[0][c]) q[t++] = nxt[0][c];
  ^
0_0_21991869_10411.cpp:23:8: error: stray '#' in program
     for (int c = 0; c < 6; c ++) if (nxt[0][c]) q[t++] = nxt[0][c];
        ^
0_0_21991869_10411.cpp:23:14: error: stray '#' in program
     for (int c = 0; c < 6; c ++) if (nxt[0][c]) q[t++] = nxt[0][c];
              ^
0_0_21991869_10411.cpp:23:20: error: stray '#' in program
     for (int c = 0; c < 6; c ++) if (nxt[0][c]) q[t++] = nxt[0][c];
                    ^
0_0_21991869_10411.cpp:24:2: error: stray '#' in program
     while (h < t) {
  ^
0_0_21991869_10411.cpp:24:8: error: stray '#' in program
     while (h < t) {
        ^
0_0_21991869_10411.cpp:24:14: error: stray '#' in program
     while (h < t) {
              ^
0_0_21991869_10411.cpp:24:20: error: stray '#' in program
     while (h < t) {
                    ^
0_0_21991869_10411.cpp:25:2: error: stray '#' in program
         int x = q[h++];
  ^
0_0_21991869_10411.cpp:25:8: error: stray '#' in program
         int x = q[h++];
        ^
0_0_21991869_10411.cpp:25:14: error: stray '#' in program
         int x = q[h++];
              ^
0_0_21991869_10411.cpp:25:20: error: stray '#' in program
         int x = q[h++];
                    ^
0_0_21991869_10411.cpp:25:26: error: stray '#' in program
         int x = q[h++];
                          ^
0_0_21991869_10411.cpp:25:32: error: stray '#' in program
         int x = q[h++];
                                ^
0_0_21991869_10411.cpp:25:38: error: stray '#' in program
         int x = q[h++];
                                      ^
0_0_21991869_10411.cpp:25:44: error: stray '#' in program
         int x = q[h++];
                                            ^
0_0_21991869_10411.cpp:26:2: error: stray '#' in program
         for (int c = 0; c < 6; c ++) {
  ^
0_0_21991869_10411.cpp:26:8: error: stray '#' in program
         for (int c = 0; c < 6; c ++) {
        ^
0_0_21991869_10411.cpp:26:14: error: stray '#' in program
         for (int c = 0; c < 6; c ++) {
              ^
0_0_21991869_10411.cpp:26:20: error: stray '#' in program
         for (int c = 0; c < 6; c ++) {
                    ^
0_0_21991869_10411.cpp:26:26: error: stray '#' in program
         for (int c = 0; c < 6; c ++) {
                          ^
0_0_21991869_10411.cpp:26:32: error: stray '#' in program
         for (int c = 0; c < 6; c ++) {
                                ^
0_0_21991869_10411.cpp:26:38: error: stray '#' in program
         for (int c = 0; c < 6; c ++) {
                                      ^
0_0_21991869_10411.cpp:26:44: error: stray '#' in program
         for (int c = 0; c < 6; c ++) {
                                            ^
0_0_21991869_10411.cpp:27:2: error: stray '#' in program
             if (nxt[x][c]) {
  ^
0_0_21991869_10411.cpp:27:8: error: stray '#' in program
             if (nxt[x][c]) {
        ^
0_0_21991869_10411.cpp:27:14: error: stray '#' in program
             if (nxt[x][c]) {
              ^
0_0_21991869_10411.cpp:27:20: error: stray '#' in program
             if (nxt[x][c]) {
                    ^
0_0_21991869_10411.cpp:27:26: error: stray '#' in program
             if (nxt[x][c]) {
                          ^
0_0_21991869_10411.cpp:27:32: error: stray '#' in program
             if (nxt[x][c]) {
                                ^
0_0_21991869_10411.cpp:27:38: error: stray '#' in program
             if (nxt[x][c]) {
                                      ^
0_0_21991869_10411.cpp:27:44: error: stray '#' in program
             if (nxt[x][c]) {
                                            ^
0_0_21991869_10411.cpp:27:50: error: stray '#' in program
             if (nxt[x][c]) {
                                                  ^
0_0_21991869_10411.cpp:27:56: error: stray '#' in program
             if (nxt[x][c]) {
                                                        ^
0_0_21991869_10411.cpp:27:62: error: stray '#' in program
             if (nxt[x][c]) {
                                                              ^
0_0_21991869_10411.cpp:27:68: error: stray '#' in program
             if (nxt[x][c]) {
                                                                    ^
0_0_21991869_10411.cpp:28:2: error: stray '#' in program
                 q[t++] = nxt[x][c];
  ^
0_0_21991869_10411.cpp:28:8: error: stray '#' in program
                 q[t++] = nxt[x][c];
        ^
0_0_21991869_10411.cpp:28:14: error: stray '#' in program
                 q[t++] = nxt[x][c];
              ^
0_0_21991869_10411.cpp:28:20: error: stray '#' in program
                 q[t++] = nxt[x][c];
                    ^
0_0_21991869_10411.cpp:28:26: error: stray '#' in program
                 q[t++] = nxt[x][c];
                          ^
0_0_21991869_10411.cpp:28:32: erro


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-01 14:22:01, Gzip enabled