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_27112177_32560.cpp:23:2: error: stray '#' in program
     int T;
  ^
0_0_27112177_32560.cpp:23:9: error: stray '#' in program
     int T;
         ^
0_0_27112177_32560.cpp:25:2: error: stray '#' in program
     scanf("%d",&T);
  ^
0_0_27112177_32560.cpp:25:9: error: stray '#' in program
     scanf("%d",&T);
         ^
0_0_27112177_32560.cpp:27:2: error: stray '#' in program
     while (T--)
  ^
0_0_27112177_32560.cpp:27:9: error: stray '#' in program
     while (T--)
         ^
0_0_27112177_32560.cpp:29:2: error: stray '#' in program
     {
  ^
0_0_27112177_32560.cpp:29:9: error: stray '#' in program
     {
         ^
0_0_27112177_32560.cpp:31:2: error: stray '#' in program
         scanf("%s%s",table,s1);
  ^
0_0_27112177_32560.cpp:31:9: error: stray '#' in program
         scanf("%s%s",table,s1);
         ^
0_0_27112177_32560.cpp:31:16: error: stray '#' in program
         scanf("%s%s",table,s1);
                ^
0_0_27112177_32560.cpp:31:23: error: stray '#' in program
         scanf("%s%s",table,s1);
                       ^
0_0_27112177_32560.cpp:33:2: error: stray '#' in program
         printf("%s",s1);  //先直接输出intercepted text
  ^
0_0_27112177_32560.cpp:33:9: error: stray '#' in program
         printf("%s",s1);  //先直接输出intercepted text
         ^
0_0_27112177_32560.cpp:33:16: error: stray '#' in program
         printf("%s",s1);  //先直接输出intercepted text
                ^
0_0_27112177_32560.cpp:33:23: error: stray '#' in program
         printf("%s",s1);  //先直接输出intercepted text
                       ^
0_0_27112177_32560.cpp:33:46: error: stray '#' in program
         printf("%s",s1);  //先直接输出intercepted text
                                              ^
0_0_27112177_32560.cpp:35:2: error: stray '#' in program
         int len = (int) strlen(s1);
  ^
0_0_27112177_32560.cpp:35:9: error: stray '#' in program
         int len = (int) strlen(s1);
         ^
0_0_27112177_32560.cpp:35:16: error: stray '#' in program
         int len = (int) strlen(s1);
                ^
0_0_27112177_32560.cpp:35:23: error: stray '#' in program
         int len = (int) strlen(s1);
                       ^
0_0_27112177_32560.cpp:37:2: error: stray '#' in program
         strcpy(s2,s1 + (len+1)/2); //这里注意是len+1,因为奇数下len/2会使得s2超出原字符一半,会出错。。。因为我就卡在这里。。。无语
  ^
0_0_27112177_32560.cpp:37:9: error: stray '#' in program
         strcpy(s2,s1 + (len+1)/2); //这里注意是len+1,因为奇数下len/2会使得s2超出原字符一半,会出错。。。因为我就卡在这里。。。无语
         ^
0_0_27112177_32560.cpp:37:16: error: stray '#' in program
         strcpy(s2,s1 + (len+1)/2); //这里注意是len+1,因为奇数下len/2会使得s2超出原字符一半,会出错。。。因为我就卡在这里。。。无语
                ^
0_0_27112177_32560.cpp:37:23: error: stray '#' in program
         strcpy(s2,s1 + (len+1)/2); //这里注意是len+1,因为奇数下len/2会使得s2超出原字符一半,会出错。。。因为我就卡在这里。。。无语
                       ^
0_0_27112177_32560.cpp:42:2: error: stray '#' in program
         {
  ^
0_0_27112177_32560.cpp:42:9: error: stray '#' in program
         {
         ^
0_0_27112177_32560.cpp:42:16: error: stray '#' in program
         {
                ^
0_0_27112177_32560.cpp:42:23: error: stray '#' in program
         {
                       ^
0_0_27112177_32560.cpp:44:2: error: stray '#' in program
             for (int m = 0;m < 26;m++)
  ^
0_0_27112177_32560.cpp:44:9: error: stray '#' in program
             for (int m = 0;m < 26;m++)
         ^
0_0_27112177_32560.cpp:44:16: error: stray '#' in program
             for (int m = 0;m < 26;m++)
                ^
0_0_27112177_32560.cpp:44:23: error: stray '#' in program
             for (int m = 0;m < 26;m++)
                       ^
0_0_27112177_32560.cpp:44:30: error: stray '#' in program
             for (int m = 0;m < 26;m++)
                              ^
0_0_27112177_32560.cpp:44:37: error: stray '#' in program
             for (int m = 0;m < 26;m++)
                                     ^
0_0_27112177_32560.cpp:46:2: error: stray '#' in program
                 if (s1[n] == table[m]) {s1[n]='a'+m; break;}  //解码
  ^
0_0_27112177_32560.cpp:46:9: error: stray '#' in program
                 if (s1[n] == table[m]) {s1[n]='a'+m; break;}  //解码
         ^
0_0_27112177_32560.cpp:46:16: error: stray '#' in program
                 if (s1[n] == table[m]) {s1[n]='a'+m; break;}  //解码
                ^
0_0_27112177_32560.cpp:46:23: error: stray '#' in program
                 if (s1[n] == table[m]) {s1[n]='a'+m; break;}  //解码
                       ^
0_0_27112177_32560.cpp:46:30: error: stray '#' in program
                 if (s1[n] == table[m]) {s1[n]='a'+m; break;}  //解码
                              ^
0_0_27112177_32560.cpp:46:37: error: stray '#' in program
                 if (s1[n] == table[m]) {s1[n]='a'+m; break;}  //解码
                                     ^
0_0_27112177_32560.cpp:46:44: error: stray '#' in program
                 if (s1[n] == table[m]) {s1[n]='a'+m; break;}  //解码
                                            ^
0_0_27112177_32560.cpp:46:51: error: stray '#' in program
                 if (s1[n] == table[m]) {s1[n]='a'+m; break;}  //解码
                                                   ^
0_0_27112177_32560.cpp:46:102: error: stray '#' in program
                 if (s1[n] == table[m]) {s1[n]='a'+m; break;}  //解码
                                                                                                      ^
0_0_27112177_32560.cpp:48:2: error: stray '#' in program
         }
  ^
0_0_27112177_32560.cpp:48:9: error: stray '#' in program
         }
         ^
0_0_27112177_32560.cpp:48:16: error: stray '#' in program
         }
                ^
0_0_27112177_32560.cpp:48:23: error: stray '#' in program
         }
                       ^
0_0_27112177_32560.cpp:50:2: error: stray '#' in program
         Get(s1,mynext);
  ^
0_0_27112177_32560.cpp:50:9: error: stray '#' in program
         Get(s1,mynext);
         ^
0_0_27112177_32560.cpp:50:16: error: stray '#' in program
         Get(s1,mynext);
                ^
0_0_27112177_32560.cpp:50:23: error: stray '#' in program
         Get(s1,mynext);
                       ^
0_0_27112177_32560.cpp:52:2: error: stray '#' in program
         int tmp = KMP(s2,s1,mynext);
  ^
0_0_27112177_32560.cpp:52:9: error: stray '#' in program
         int tmp = KMP(s2,s1,mynext);
         ^
0_0_27112177_32560.cpp:52:16: error: stray '#' in program
         int tmp = KMP(s2,s1,mynext);
                ^
0_0_27112177_32560.cpp:52:23: error: stray '#' in program
         int tmp = KMP(s2,s1,mynext);
                       ^
0_0_27112177_32560.cpp:54:2: error: stray '#' in program
         for (int n = tmp;n < len - tmp;n++) printf("%c",s1[n]);
  ^
0_0_27112177_32560.cpp:54:9: error: stray '#' in program
         for (int n = tmp;n < len - tmp;n++) printf("%c",s1[n]);
         ^
0_0_27112177_32560.cpp:54:16: error: stray '#' in program
         for (int n = tmp;n < len - tmp;n++) printf("%c",s1[n]);
                ^
0_0_27112177_32560.cpp:54:23: error: stray '#' in program
         for (int n = tmp;n < len - tmp;n++) printf("%c",s1[n]);
                       ^
0_0_27112177_32560.cpp:56:2: error: stray '#' in program
         printf("\n");
  ^
0_0_27112177_32560.cpp:56:9: error: stray '#' in program
         printf("\n");
         ^
0_0_27112177_32560.cpp:56:16: error: stray '#' in program
         printf("\n");
                ^
0_0_27112177_32560.cpp:56:23: error: stray '#' in program
         printf("\n");
                       ^
0_0_27112177_32560.cpp:58:2: error: stray '#' in program
     }
  ^
0_0_27112177_32560.cpp:58:9: error: stray '#' in program
     }
         ^
0_0_27112177_32560.cpp:60:2: error: stray '#' in program
     return 0;
  ^
0_0_27112177_32560.cpp:60:9: error: stray '#' in program
     return 0;
         ^
0_0_27112177_32560.cpp:68:2: e


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