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_15197955_29443.cpp:5:2: error: stray '#' in program
     char s[100],a[100];
  ^
0_0_15197955_29443.cpp:5:8: error: stray '#' in program
     char s[100],a[100];
        ^
0_0_15197955_29443.cpp:5:14: error: stray '#' in program
     char s[100],a[100];
              ^
0_0_15197955_29443.cpp:5:20: error: stray '#' in program
     char s[100],a[100];
                    ^
0_0_15197955_29443.cpp:6:2: error: stray '#' in program
     int n,i,t;
  ^
0_0_15197955_29443.cpp:6:8: error: stray '#' in program
     int n,i,t;
        ^
0_0_15197955_29443.cpp:6:14: error: stray '#' in program
     int n,i,t;
              ^
0_0_15197955_29443.cpp:6:20: error: stray '#' in program
     int n,i,t;
                    ^
0_0_15197955_29443.cpp:7:2: error: stray '#' in program
     scanf("%d",&n);
  ^
0_0_15197955_29443.cpp:7:8: error: stray '#' in program
     scanf("%d",&n);
        ^
0_0_15197955_29443.cpp:7:14: error: stray '#' in program
     scanf("%d",&n);
              ^
0_0_15197955_29443.cpp:7:20: error: stray '#' in program
     scanf("%d",&n);
                    ^
0_0_15197955_29443.cpp:8:2: error: stray '#' in program
     getchar();
  ^
0_0_15197955_29443.cpp:8:8: error: stray '#' in program
     getchar();
        ^
0_0_15197955_29443.cpp:8:14: error: stray '#' in program
     getchar();
              ^
0_0_15197955_29443.cpp:8:20: error: stray '#' in program
     getchar();
                    ^
0_0_15197955_29443.cpp:9:2: error: stray '#' in program
     while(n--)
  ^
0_0_15197955_29443.cpp:9:8: error: stray '#' in program
     while(n--)
        ^
0_0_15197955_29443.cpp:9:14: error: stray '#' in program
     while(n--)
              ^
0_0_15197955_29443.cpp:9:20: error: stray '#' in program
     while(n--)
                    ^
0_0_15197955_29443.cpp:10:2: error: stray '#' in program
     {
  ^
0_0_15197955_29443.cpp:10:8: error: stray '#' in program
     {
        ^
0_0_15197955_29443.cpp:10:14: error: stray '#' in program
     {
              ^
0_0_15197955_29443.cpp:10:20: error: stray '#' in program
     {
                    ^
0_0_15197955_29443.cpp:11:2: error: stray '#' in program
         gets(s);
  ^
0_0_15197955_29443.cpp:11:8: error: stray '#' in program
         gets(s);
        ^
0_0_15197955_29443.cpp:11:14: error: stray '#' in program
         gets(s);
              ^
0_0_15197955_29443.cpp:11:20: error: stray '#' in program
         gets(s);
                    ^
0_0_15197955_29443.cpp:11:26: error: stray '#' in program
         gets(s);
                          ^
0_0_15197955_29443.cpp:11:32: error: stray '#' in program
         gets(s);
                                ^
0_0_15197955_29443.cpp:11:38: error: stray '#' in program
         gets(s);
                                      ^
0_0_15197955_29443.cpp:11:44: error: stray '#' in program
         gets(s);
                                            ^
0_0_15197955_29443.cpp:12:2: error: stray '#' in program
         t=strlen(s);
  ^
0_0_15197955_29443.cpp:12:8: error: stray '#' in program
         t=strlen(s);
        ^
0_0_15197955_29443.cpp:12:14: error: stray '#' in program
         t=strlen(s);
              ^
0_0_15197955_29443.cpp:12:20: error: stray '#' in program
         t=strlen(s);
                    ^
0_0_15197955_29443.cpp:12:26: error: stray '#' in program
         t=strlen(s);
                          ^
0_0_15197955_29443.cpp:12:32: error: stray '#' in program
         t=strlen(s);
                                ^
0_0_15197955_29443.cpp:12:38: error: stray '#' in program
         t=strlen(s);
                                      ^
0_0_15197955_29443.cpp:12:44: error: stray '#' in program
         t=strlen(s);
                                            ^
0_0_15197955_29443.cpp:13:2: error: stray '#' in program
         i=0;
  ^
0_0_15197955_29443.cpp:13:8: error: stray '#' in program
         i=0;
        ^
0_0_15197955_29443.cpp:13:14: error: stray '#' in program
         i=0;
              ^
0_0_15197955_29443.cpp:13:20: error: stray '#' in program
         i=0;
                    ^
0_0_15197955_29443.cpp:13:26: error: stray '#' in program
         i=0;
                          ^
0_0_15197955_29443.cpp:13:32: error: stray '#' in program
         i=0;
                                ^
0_0_15197955_29443.cpp:13:38: error: stray '#' in program
         i=0;
                                      ^
0_0_15197955_29443.cpp:13:44: error: stray '#' in program
         i=0;
                                            ^
0_0_15197955_29443.cpp:14:2: error: stray '#' in program
         while(s[i]!='\0')    
  ^
0_0_15197955_29443.cpp:14:8: error: stray '#' in program
         while(s[i]!='\0')    
        ^
0_0_15197955_29443.cpp:14:14: error: stray '#' in program
         while(s[i]!='\0')    
              ^
0_0_15197955_29443.cpp:14:20: error: stray '#' in program
         while(s[i]!='\0')    
                    ^
0_0_15197955_29443.cpp:14:26: error: stray '#' in program
         while(s[i]!='\0')    
                          ^
0_0_15197955_29443.cpp:14:32: error: stray '#' in program
         while(s[i]!='\0')    
                                ^
0_0_15197955_29443.cpp:14:38: error: stray '#' in program
         while(s[i]!='\0')    
                                      ^
0_0_15197955_29443.cpp:14:44: error: stray '#' in program
         while(s[i]!='\0')    
                                            ^
0_0_15197955_29443.cpp:14:67: error: stray '#' in program
         while(s[i]!='\0')    
                                                                   ^
0_0_15197955_29443.cpp:14:73: error: stray '#' in program
         while(s[i]!='\0')    
                                                                         ^
0_0_15197955_29443.cpp:14:79: error: stray '#' in program
         while(s[i]!='\0')    
                                                                               ^
0_0_15197955_29443.cpp:14:85: error: stray '#' in program
         while(s[i]!='\0')    
                                                                                     ^
0_0_15197955_29443.cpp:15:2: error: stray '#' in program
         {
  ^
0_0_15197955_29443.cpp:15:8: error: stray '#' in program
         {
        ^
0_0_15197955_29443.cpp:15:14: error: stray '#' in program
         {
              ^
0_0_15197955_29443.cpp:15:20: error: stray '#' in program
         {
                    ^
0_0_15197955_29443.cpp:15:26: error: stray '#' in program
         {
                          ^
0_0_15197955_29443.cpp:15:32: error: stray '#' in program
         {
                                ^
0_0_15197955_29443.cpp:15:38: error: stray '#' in program
         {
                                      ^
0_0_15197955_29443.cpp:15:44: error: stray '#' in program
         {
                                            ^
0_0_15197955_29443.cpp:16:2: error: stray '#' in program
             a[t-1-i]=s[i];
  ^
0_0_15197955_29443.cpp


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-30 07:56:57, Gzip enabled