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_15403925_30966.cpp:34:2: error: stray '#' in program
     char ch[105];
  ^
0_0_15403925_30966.cpp:34:8: error: stray '#' in program
     char ch[105];
        ^
0_0_15403925_30966.cpp:34:14: error: stray '#' in program
     char ch[105];
              ^
0_0_15403925_30966.cpp:34:20: error: stray '#' in program
     char ch[105];
                    ^
0_0_15403925_30966.cpp:38:2: error: stray '#' in program
     if(strcmp(a.ch,b.ch)<0)
  ^
0_0_15403925_30966.cpp:38:8: error: stray '#' in program
     if(strcmp(a.ch,b.ch)<0)
        ^
0_0_15403925_30966.cpp:38:14: error: stray '#' in program
     if(strcmp(a.ch,b.ch)<0)
              ^
0_0_15403925_30966.cpp:38:20: error: stray '#' in program
     if(strcmp(a.ch,b.ch)<0)
                    ^
0_0_15403925_30966.cpp:39:2: error: stray '#' in program
     return 1;
  ^
0_0_15403925_30966.cpp:39:8: error: stray '#' in program
     return 1;
        ^
0_0_15403925_30966.cpp:39:14: error: stray '#' in program
     return 1;
              ^
0_0_15403925_30966.cpp:39:20: error: stray '#' in program
     return 1;
                    ^
0_0_15403925_30966.cpp:40:2: error: stray '#' in program
     else
  ^
0_0_15403925_30966.cpp:40:8: error: stray '#' in program
     else
        ^
0_0_15403925_30966.cpp:40:14: error: stray '#' in program
     else
              ^
0_0_15403925_30966.cpp:40:20: error: stray '#' in program
     else
                    ^
0_0_15403925_30966.cpp:41:2: error: stray '#' in program
     return 0;
  ^
0_0_15403925_30966.cpp:41:8: error: stray '#' in program
     return 0;
        ^
0_0_15403925_30966.cpp:41:14: error: stray '#' in program
     return 0;
              ^
0_0_15403925_30966.cpp:41:20: error: stray '#' in program
     return 0;
                    ^
0_0_15403925_30966.cpp:45:2: error: stray '#' in program
     int i,j,l;
  ^
0_0_15403925_30966.cpp:45:8: error: stray '#' in program
     int i,j,l;
        ^
0_0_15403925_30966.cpp:45:14: error: stray '#' in program
     int i,j,l;
              ^
0_0_15403925_30966.cpp:45:20: error: stray '#' in program
     int i,j,l;
                    ^
0_0_15403925_30966.cpp:46:2: error: stray '#' in program
     i=0; j=1;
  ^
0_0_15403925_30966.cpp:46:8: error: stray '#' in program
     i=0; j=1;
        ^
0_0_15403925_30966.cpp:46:14: error: stray '#' in program
     i=0; j=1;
              ^
0_0_15403925_30966.cpp:46:20: error: stray '#' in program
     i=0; j=1;
                    ^
0_0_15403925_30966.cpp:47:2: error: stray '#' in program
     while(i<m && j<m)
  ^
0_0_15403925_30966.cpp:47:8: error: stray '#' in program
     while(i<m && j<m)
        ^
0_0_15403925_30966.cpp:47:14: error: stray '#' in program
     while(i<m && j<m)
              ^
0_0_15403925_30966.cpp:47:20: error: stray '#' in program
     while(i<m && j<m)
                    ^
0_0_15403925_30966.cpp:48:2: error: stray '#' in program
     {
  ^
0_0_15403925_30966.cpp:48:8: error: stray '#' in program
     {
        ^
0_0_15403925_30966.cpp:48:14: error: stray '#' in program
     {
              ^
0_0_15403925_30966.cpp:48:20: error: stray '#' in program
     {
                    ^
0_0_15403925_30966.cpp:49:2: error: stray '#' in program
         for(l=0;l<m;l++) 
  ^
0_0_15403925_30966.cpp:49:8: error: stray '#' in program
         for(l=0;l<m;l++) 
        ^
0_0_15403925_30966.cpp:49:14: error: stray '#' in program
         for(l=0;l<m;l++) 
              ^
0_0_15403925_30966.cpp:49:20: error: stray '#' in program
         for(l=0;l<m;l++) 
                    ^
0_0_15403925_30966.cpp:49:26: error: stray '#' in program
         for(l=0;l<m;l++) 
                          ^
0_0_15403925_30966.cpp:49:32: error: stray '#' in program
         for(l=0;l<m;l++) 
                                ^
0_0_15403925_30966.cpp:49:38: error: stray '#' in program
         for(l=0;l<m;l++) 
                                      ^
0_0_15403925_30966.cpp:49:44: error: stray '#' in program
         for(l=0;l<m;l++) 
                                            ^
0_0_15403925_30966.cpp:49:66: error: stray '#' in program
         for(l=0;l<m;l++) 
                                                                  ^
0_0_15403925_30966.cpp:50:2: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
  ^
0_0_15403925_30966.cpp:50:8: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
        ^
0_0_15403925_30966.cpp:50:14: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
              ^
0_0_15403925_30966.cpp:50:20: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
                    ^
0_0_15403925_30966.cpp:50:26: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
                          ^
0_0_15403925_30966.cpp:50:32: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
                                ^
0_0_15403925_30966.cpp:50:38: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
                                      ^
0_0_15403925_30966.cpp:50:44: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
                                            ^
0_0_15403925_30966.cpp:50:50: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
                                                  ^
0_0_15403925_30966.cpp:50:56: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
                                                        ^
0_0_15403925_30966.cpp:50:62: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
                                                              ^
0_0_15403925_30966.cpp:50:68: error: stray '#' in program
             if(str[(i+l)%m]!=str[(j+l)%m]) break;
                                                                    ^
0_0_15403925_30966.cpp:51:2: error: stray '#' in program
         if(l>m) break;
  ^
0_0_15403925_30966.cpp:51:8: error: stray '#' in program
         if(l>m) break;
        ^
0_0_15403925_30966.cpp:51:14: error: stray '#' in program
         if(l>m) break;
              ^
0_0_15403925_30966.cpp:51:20: error: stray '#' in program
         if(l>m) break;
                    ^
0_0_15403925_30966.cpp:51:26: error: stray '#' in program
         if(l>m) break;
                          ^
0_0_15403925_30966.cpp:51:32: error: stray '#' in program
         if(l>m) break;
                                ^
0_0_15403925_30966.cpp:51:38: error: stray '#' in program
         if(l>m) break;
                                      ^
0_0_15403925_30966.cpp:51:44: error: stray '#' in program
         if(l>m) break;
                                            ^
0_0_15403925_30966.cpp:52:2: error: stray '#' in program
         if(str[(i+l)%m] > str[(j+l)%m])
  ^
0_0_15403925_30966.cpp:52:8: error: stray '#' in program
         if(str[(i+l)%m] > str[(j+l)%m])
        ^
0_0_15403925_30966.cpp:52:14: error: stray '#' in program
         if(str[(i+l)%m] > str[(j+l)%m])
              ^
0_0_15403925_30966.cpp:52:20: error: stray '#' in program
        


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-12-05 00:10:06, Gzip enabled