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_33372713_23125.cpp:15:2: error: stray '#' in program
     int pos;        
  ^
0_0_33372713_23125.cpp:15:8: error: stray '#' in program
     int pos;        
        ^
0_0_33372713_23125.cpp:15:14: error: stray '#' in program
     int pos;        
              ^
0_0_33372713_23125.cpp:15:20: error: stray '#' in program
     int pos;        
                    ^
0_0_33372713_23125.cpp:15:34: error: stray '#' in program
     int pos;        
                                  ^
0_0_33372713_23125.cpp:15:40: error: stray '#' in program
     int pos;        
                                        ^
0_0_33372713_23125.cpp:15:46: error: stray '#' in program
     int pos;        
                                              ^
0_0_33372713_23125.cpp:15:52: error: stray '#' in program
     int pos;        
                                                    ^
0_0_33372713_23125.cpp:15:58: error: stray '#' in program
     int pos;        
                                                          ^
0_0_33372713_23125.cpp:15:64: error: stray '#' in program
     int pos;        
                                                                ^
0_0_33372713_23125.cpp:15:70: error: stray '#' in program
     int pos;        
                                                                      ^
0_0_33372713_23125.cpp:15:76: error: stray '#' in program
     int pos;        
                                                                            ^
0_0_33372713_23125.cpp:16:2: error: stray '#' in program
     int hash;
  ^
0_0_33372713_23125.cpp:16:8: error: stray '#' in program
     int hash;
        ^
0_0_33372713_23125.cpp:16:14: error: stray '#' in program
     int hash;
              ^
0_0_33372713_23125.cpp:16:20: error: stray '#' in program
     int hash;
                    ^
0_0_33372713_23125.cpp:22:2: error: stray '#' in program
     int res=0;
  ^
0_0_33372713_23125.cpp:22:8: error: stray '#' in program
     int res=0;
        ^
0_0_33372713_23125.cpp:22:14: error: stray '#' in program
     int res=0;
              ^
0_0_33372713_23125.cpp:22:20: error: stray '#' in program
     int res=0;
                    ^
0_0_33372713_23125.cpp:23:2: error: stray '#' in program
     for(int i=0;i<8;i++) {
  ^
0_0_33372713_23125.cpp:23:8: error: stray '#' in program
     for(int i=0;i<8;i++) {
        ^
0_0_33372713_23125.cpp:23:14: error: stray '#' in program
     for(int i=0;i<8;i++) {
              ^
0_0_33372713_23125.cpp:23:20: error: stray '#' in program
     for(int i=0;i<8;i++) {
                    ^
0_0_33372713_23125.cpp:24:2: error: stray '#' in program
         int cnt=0;
  ^
0_0_33372713_23125.cpp:24:8: error: stray '#' in program
         int cnt=0;
        ^
0_0_33372713_23125.cpp:24:14: error: stray '#' in program
         int cnt=0;
              ^
0_0_33372713_23125.cpp:24:20: error: stray '#' in program
         int cnt=0;
                    ^
0_0_33372713_23125.cpp:24:26: error: stray '#' in program
         int cnt=0;
                          ^
0_0_33372713_23125.cpp:24:32: error: stray '#' in program
         int cnt=0;
                                ^
0_0_33372713_23125.cpp:24:38: error: stray '#' in program
         int cnt=0;
                                      ^
0_0_33372713_23125.cpp:24:44: error: stray '#' in program
         int cnt=0;
                                            ^
0_0_33372713_23125.cpp:25:2: error: stray '#' in program
         for(int j=i+1;j<9;j++) {
  ^
0_0_33372713_23125.cpp:25:8: error: stray '#' in program
         for(int j=i+1;j<9;j++) {
        ^
0_0_33372713_23125.cpp:25:14: error: stray '#' in program
         for(int j=i+1;j<9;j++) {
              ^
0_0_33372713_23125.cpp:25:20: error: stray '#' in program
         for(int j=i+1;j<9;j++) {
                    ^
0_0_33372713_23125.cpp:25:26: error: stray '#' in program
         for(int j=i+1;j<9;j++) {
                          ^
0_0_33372713_23125.cpp:25:32: error: stray '#' in program
         for(int j=i+1;j<9;j++) {
                                ^
0_0_33372713_23125.cpp:25:38: error: stray '#' in program
         for(int j=i+1;j<9;j++) {
                                      ^
0_0_33372713_23125.cpp:25:44: error: stray '#' in program
         for(int j=i+1;j<9;j++) {
                                            ^
0_0_33372713_23125.cpp:26:2: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
  ^
0_0_33372713_23125.cpp:26:8: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
        ^
0_0_33372713_23125.cpp:26:14: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
              ^
0_0_33372713_23125.cpp:26:20: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
                    ^
0_0_33372713_23125.cpp:26:26: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
                          ^
0_0_33372713_23125.cpp:26:32: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
                                ^
0_0_33372713_23125.cpp:26:38: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
                                      ^
0_0_33372713_23125.cpp:26:44: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
                                            ^
0_0_33372713_23125.cpp:26:50: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
                                                  ^
0_0_33372713_23125.cpp:26:56: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
                                                        ^
0_0_33372713_23125.cpp:26:62: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
                                                              ^
0_0_33372713_23125.cpp:26:68: error: stray '#' in program
             if(s[i]>s[j]) cnt++; 
                                                                    ^
0_0_33372713_23125.cpp:27:2: error: stray '#' in program
         }
  ^
0_0_33372713_23125.cpp:27:8: error: stray '#' in program
         }
        ^
0_0_33372713_23125.cpp:27:14: error: stray '#' in program
         }
              ^
0_0_33372713_23125.cpp:27:20: error: stray '#' in program
         }
                    ^
0_0_33372713_23125.cpp:27:26: error: stray '#' in program
         }
                          ^
0_0_33372713_23125.cpp:27:32: error: stray '#' in program
         }
                                ^
0_0_33372713_23125.cpp:27:38: error: stray '#' in program
         }
                                      ^
0_0_33372713_23125.cpp:27:44: error: stray '#' in program
         }
                                            ^
0_0_33372713_23125.cpp:28:2: error: stray '#' in program
         res+=cnt*fac[8-i];
  ^
0_0_33372713_23125.cpp:28:8: error: stray '#' in program
         res+=cnt*fac[8-i];
        ^
0_0_33372713_23125.cpp:28:14: 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-22 23:06:09, Gzip enabled