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_14724299_4239.cpp:26:2: error: stray '#' in program
     for(int i = 0; i < len; i++) {
  ^
0_0_14724299_4239.cpp:26:8: error: stray '#' in program
     for(int i = 0; i < len; i++) {
        ^
0_0_14724299_4239.cpp:26:14: error: stray '#' in program
     for(int i = 0; i < len; i++) {
              ^
0_0_14724299_4239.cpp:26:20: error: stray '#' in program
     for(int i = 0; i < len; i++) {
                    ^
0_0_14724299_4239.cpp:27:2: error: stray '#' in program
         putchar(s[i] + 'a');
  ^
0_0_14724299_4239.cpp:27:8: error: stray '#' in program
         putchar(s[i] + 'a');
        ^
0_0_14724299_4239.cpp:27:14: error: stray '#' in program
         putchar(s[i] + 'a');
              ^
0_0_14724299_4239.cpp:27:20: error: stray '#' in program
         putchar(s[i] + 'a');
                    ^
0_0_14724299_4239.cpp:27:26: error: stray '#' in program
         putchar(s[i] + 'a');
                          ^
0_0_14724299_4239.cpp:27:32: error: stray '#' in program
         putchar(s[i] + 'a');
                                ^
0_0_14724299_4239.cpp:27:38: error: stray '#' in program
         putchar(s[i] + 'a');
                                      ^
0_0_14724299_4239.cpp:27:44: error: stray '#' in program
         putchar(s[i] + 'a');
                                            ^
0_0_14724299_4239.cpp:28:2: error: stray '#' in program
     }
  ^
0_0_14724299_4239.cpp:28:8: error: stray '#' in program
     }
        ^
0_0_14724299_4239.cpp:28:14: error: stray '#' in program
     }
              ^
0_0_14724299_4239.cpp:28:20: error: stray '#' in program
     }
                    ^
0_0_14724299_4239.cpp:29:2: error: stray '#' in program
     putchar('\n');
  ^
0_0_14724299_4239.cpp:29:8: error: stray '#' in program
     putchar('\n');
        ^
0_0_14724299_4239.cpp:29:14: error: stray '#' in program
     putchar('\n');
              ^
0_0_14724299_4239.cpp:29:20: error: stray '#' in program
     putchar('\n');
                    ^
0_0_14724299_4239.cpp:32:2: error: stray '#' in program
     s[i] = (s[i] + 1) % M;
  ^
0_0_14724299_4239.cpp:32:8: error: stray '#' in program
     s[i] = (s[i] + 1) % M;
        ^
0_0_14724299_4239.cpp:32:14: error: stray '#' in program
     s[i] = (s[i] + 1) % M;
              ^
0_0_14724299_4239.cpp:32:20: error: stray '#' in program
     s[i] = (s[i] + 1) % M;
                    ^
0_0_14724299_4239.cpp:33:2: error: stray '#' in program
     s[j] = (s[j] + 1) % M;
  ^
0_0_14724299_4239.cpp:33:8: error: stray '#' in program
     s[j] = (s[j] + 1) % M;
        ^
0_0_14724299_4239.cpp:33:14: error: stray '#' in program
     s[j] = (s[j] + 1) % M;
              ^
0_0_14724299_4239.cpp:33:20: error: stray '#' in program
     s[j] = (s[j] + 1) % M;
                    ^
0_0_14724299_4239.cpp:34:2: error: stray '#' in program
     swap(s[i], s[j]);
  ^
0_0_14724299_4239.cpp:34:8: error: stray '#' in program
     swap(s[i], s[j]);
        ^
0_0_14724299_4239.cpp:34:14: error: stray '#' in program
     swap(s[i], s[j]);
              ^
0_0_14724299_4239.cpp:34:20: error: stray '#' in program
     swap(s[i], s[j]);
                    ^
0_0_14724299_4239.cpp:38:2: error: stray '#' in program
     int j = i + 1;
  ^
0_0_14724299_4239.cpp:38:8: error: stray '#' in program
     int j = i + 1;
        ^
0_0_14724299_4239.cpp:38:14: error: stray '#' in program
     int j = i + 1;
              ^
0_0_14724299_4239.cpp:38:20: error: stray '#' in program
     int j = i + 1;
                    ^
0_0_14724299_4239.cpp:39:2: error: stray '#' in program
     if(s[i] % 2 != 0) {
  ^
0_0_14724299_4239.cpp:39:8: error: stray '#' in program
     if(s[i] % 2 != 0) {
        ^
0_0_14724299_4239.cpp:39:14: error: stray '#' in program
     if(s[i] % 2 != 0) {
              ^
0_0_14724299_4239.cpp:39:20: error: stray '#' in program
     if(s[i] % 2 != 0) {
                    ^
0_0_14724299_4239.cpp:40:2: error: stray '#' in program
         if(s[j] % 2 != 1) {
  ^
0_0_14724299_4239.cpp:40:8: error: stray '#' in program
         if(s[j] % 2 != 1) {
        ^
0_0_14724299_4239.cpp:40:14: error: stray '#' in program
         if(s[j] % 2 != 1) {
              ^
0_0_14724299_4239.cpp:40:20: error: stray '#' in program
         if(s[j] % 2 != 1) {
                    ^
0_0_14724299_4239.cpp:40:26: error: stray '#' in program
         if(s[j] % 2 != 1) {
                          ^
0_0_14724299_4239.cpp:40:32: error: stray '#' in program
         if(s[j] % 2 != 1) {
                                ^
0_0_14724299_4239.cpp:40:38: error: stray '#' in program
         if(s[j] % 2 != 1) {
                                      ^
0_0_14724299_4239.cpp:40:44: error: stray '#' in program
         if(s[j] % 2 != 1) {
                                            ^
0_0_14724299_4239.cpp:41:2: error: stray '#' in program
             go(s, j, j + 1);
  ^
0_0_14724299_4239.cpp:41:8: error: stray '#' in program
             go(s, j, j + 1);
        ^
0_0_14724299_4239.cpp:41:14: error: stray '#' in program
             go(s, j, j + 1);
              ^
0_0_14724299_4239.cpp:41:20: error: stray '#' in program
             go(s, j, j + 1);
                    ^
0_0_14724299_4239.cpp:41:26: error: stray '#' in program
             go(s, j, j + 1);
                          ^
0_0_14724299_4239.cpp:41:32: error: stray '#' in program
             go(s, j, j + 1);
                                ^
0_0_14724299_4239.cpp:41:38: error: stray '#' in program
             go(s, j, j + 1);
                                      ^
0_0_14724299_4239.cpp:41:44: error: stray '#' in program
             go(s, j, j + 1);
                                            ^
0_0_14724299_4239.cpp:41:50: error: stray '#' in program
             go(s, j, j + 1);
                                                  ^
0_0_14724299_4239.cpp:41:56: error: stray '#' in program
             go(s, j, j + 1);
                                                        ^
0_0_14724299_4239.cpp:41:62: error: stray '#' in program
             go(s, j, j + 1);
                                                              ^
0_0_14724299_4239.cpp:41:68: error: stray '#' in program
             go(s, j, j + 1);
                                                                    ^
0_0_14724299_4239.cpp:42:2: error: stray '#' in program
             j = j + 1;
  ^
0_0_14724299_4239.cpp:42:8: error: stray '#' in program
             j = j + 1;
        ^
0_0_14724299_4239.cpp:42:14: error: stray '#' in program
             j = j + 1;
              ^
0_0_14724299_4239.cpp:42:20: error: stray '#' in program
             j = j + 1;
                    ^
0_0_14724299_4239.cpp:42:26: error: stray '#' in program
             j = j + 1;
                          ^
0_0_14724299_4239.cpp:42:32: error: stray '#' in program
             j = j + 1;
                                ^
0_0_14724299_4239.cpp:42:38: error: stray '#' in program
             j = j + 1;
                                      ^
0_0_14724299_4239.cpp:42:44: 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-06-21 13:48:17, Gzip enabled