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_33300123_30595.cpp:5:2: error: stray '#' in program
                   //j=0表示位数,j从1到ans[i][0]是个位数往上                
  ^
0_0_33300123_30595.cpp:5:9: error: stray '#' in program
                   //j=0表示位数,j从1到ans[i][0]是个位数往上                
         ^
0_0_33300123_30595.cpp:5:16: error: stray '#' in program
                   //j=0表示位数,j从1到ans[i][0]是个位数往上                
                ^
0_0_33300123_30595.cpp:5:23: error: stray '#' in program
                   //j=0表示位数,j从1到ans[i][0]是个位数往上                
                       ^
0_0_33300123_30595.cpp:5:30: error: stray '#' in program
                   //j=0表示位数,j从1到ans[i][0]是个位数往上                
                              ^
0_0_33300123_30595.cpp:5:37: error: stray '#' in program
                   //j=0表示位数,j从1到ans[i][0]是个位数往上                
                                     ^
0_0_33300123_30595.cpp:5:44: error: stray '#' in program
                   //j=0表示位数,j从1到ans[i][0]是个位数往上                
                                            ^
0_0_33300123_30595.cpp:5:51: error: stray '#' in program
                   //j=0表示位数,j从1到ans[i][0]是个位数往上                
                                                   ^
0_0_33300123_30595.cpp:5:58: error: stray '#' in program
                   //j=0表示位数,j从1到ans[i][0]是个位数往上                
                                                          ^
0_0_33300123_30595.cpp:12:4: error: stray '#' in program
      {
    ^
0_0_33300123_30595.cpp:12:11: error: stray '#' in program
      {
           ^
0_0_33300123_30595.cpp:13:4: error: stray '#' in program
       yu=0;
    ^
0_0_33300123_30595.cpp:13:11: error: stray '#' in program
       yu=0;
           ^
0_0_33300123_30595.cpp:14:4: error: stray '#' in program
       for(j=1;j<=len;j++) 
    ^
0_0_33300123_30595.cpp:14:11: error: stray '#' in program
       for(j=1;j<=len;j++) 
           ^
0_0_33300123_30595.cpp:14:37: error: stray '#' in program
       for(j=1;j<=len;j++) 
                                     ^
0_0_33300123_30595.cpp:15:4: error: stray '#' in program
        {
    ^
0_0_33300123_30595.cpp:15:11: error: stray '#' in program
        {
           ^
0_0_33300123_30595.cpp:16:6: error: stray '#' in program
       t=a[i-1][j]*(4*i-2)+yu;//注意先乘再加余数 
      ^
0_0_33300123_30595.cpp:17:4: error: stray '#' in program
          a[i][j]=t%10;//这一位的值是对10取余 
    ^
0_0_33300123_30595.cpp:17:11: error: stray '#' in program
          a[i][j]=t%10;//这一位的值是对10取余 
           ^
0_0_33300123_30595.cpp:17:19: error: stray '#' in program
          a[i][j]=t%10;//这一位的值是对10取余 
                   ^
0_0_33300123_30595.cpp:18:4: error: stray '#' in program
           yu=t/10;//进位是除以10 
    ^
0_0_33300123_30595.cpp:18:11: error: stray '#' in program
           yu=t/10;//进位是除以10 
           ^
0_0_33300123_30595.cpp:18:19: error: stray '#' in program
           yu=t/10;//进位是除以10 
                   ^
0_0_33300123_30595.cpp:18:26: error: stray '#' in program
           yu=t/10;//进位是除以10 
                          ^
0_0_33300123_30595.cpp:19:4: error: stray '#' in program
           }
    ^
0_0_33300123_30595.cpp:19:11: error: stray '#' in program
           }
           ^
0_0_33300123_30595.cpp:19:18: error: stray '#' in program
           }
                  ^
0_0_33300123_30595.cpp:19:25: error: stray '#' in program
           }
                         ^
0_0_33300123_30595.cpp:20:4: error: stray '#' in program
           while(yu)
    ^
0_0_33300123_30595.cpp:20:11: error: stray '#' in program
           while(yu)
           ^
0_0_33300123_30595.cpp:20:18: error: stray '#' in program
           while(yu)
                  ^
0_0_33300123_30595.cpp:20:25: error: stray '#' in program
           while(yu)
                         ^
0_0_33300123_30595.cpp:21:4: error: stray '#' in program
             {
    ^
0_0_33300123_30595.cpp:21:11: error: stray '#' in program
             {
           ^
0_0_33300123_30595.cpp:21:18: error: stray '#' in program
             {
                  ^
0_0_33300123_30595.cpp:21:25: error: stray '#' in program
             {
                         ^
0_0_33300123_30595.cpp:21:32: error: stray '#' in program
             {
                                ^
0_0_33300123_30595.cpp:22:4: error: stray '#' in program
              a[i][++len]=yu%10;
    ^
0_0_33300123_30595.cpp:22:11: error: stray '#' in program
              a[i][++len]=yu%10;
           ^
0_0_33300123_30595.cpp:22:18: error: stray '#' in program
              a[i][++len]=yu%10;
                  ^
0_0_33300123_30595.cpp:22:25: error: stray '#' in program
              a[i][++len]=yu%10;
                         ^
0_0_33300123_30595.cpp:22:32: error: stray '#' in program
              a[i][++len]=yu%10;
                                ^
0_0_33300123_30595.cpp:23:7: error: stray '#' in program
         yu/=10;
       ^
0_0_33300123_30595.cpp:23:14: error: stray '#' in program
         yu/=10;
              ^
0_0_33300123_30595.cpp:24:6: error: stray '#' in program
       }
      ^
0_0_33300123_30595.cpp:26:6: error: stray '#' in program
         {
      ^
0_0_33300123_30595.cpp:26:13: error: stray '#' in program
         {
             ^
0_0_33300123_30595.cpp:27:6: error: stray '#' in program
          t=a[i][j]+yu*10;//除法先加“余数”再除 
      ^
0_0_33300123_30595.cpp:27:13: error: stray '#' in program
          t=a[i][j]+yu*10;//除法先加“余数”再除 
             ^
0_0_33300123_30595.cpp:28:6: error: stray '#' in program
           a[i][j]=t/(i+1);//留在这一位是除 
      ^
0_0_33300123_30595.cpp:28:13: error: stray '#' in program
           a[i][j]=t/(i+1);//留在这一位是除 
             ^
0_0_33300123_30595.cpp:28:20: error: stray '#' in program
           a[i][j]=t/(i+1);//留在这一位是除 
                    ^
0_0_33300123_30595.cpp:29:6: error: stray '#' in program
          yu=t%(i+1);//“余数”是取余
      ^
0_0_33300123_30595.cpp:29:13: error: stray '#' in program
          yu=t%(i+1);//“余数”是取余
             ^
0_0_33300123_30595.cpp:31:7: error: stray '#' in program
       }  
       ^
0_0_33300123_30595.cpp:31:15: error: stray '#' in program
       }  
               ^
0_0_33300123_30595.cpp:33:6: error: stray '#' in program
         {
      ^
0_0_33300123_30595.cpp:33:13: error: stray '#' in program
         {
             ^
0_0_33300123_30595.cpp:34:6: error: stray '#' in program
          len--;
      ^
0_0_33300123_30595.cpp:34:13: error: stray '#' in program
          len--;
             ^
0_0_33300123_30595.cpp:35:7: error: stray '#' in program
       }   
       ^
0_0_33300123_30595.cpp:35:16: error: stray '#' in program
       }   
                ^
0_0_33300123_30595.cpp:36:19: error: stray '#' in program
     a[i][0]=len;  
                   ^
0_0_33300123_30595.cpp:44:4: error: stray '#' in program
        {
    ^
0_0_33300123_30595.cpp:44:11: error: stray '#' in program
        {
           ^
0_0_33300123_30595.cpp:44:18: error: stray '#' in program
        {
                  ^
0_0_33300123_30595.cpp:45:4: error: stray '#' in program
          for(int i=a[n][0];i>0;i--)
    ^
0_0_33300123_30595.cpp:45:11: error: stray '#' in program
          for(int i=a[n][0];i>0;i--)
           ^
0_0_33300123_30595.cpp:45:18: error: stray '#' in program
          for(int i=a[n][0];i>0;i--)
                  ^
0_0_33300123_30595.cpp:46:4: error: stray '#' in program
              printf("%d",a[n][i]);
    ^
0_0_33300123_30595.cpp:46:11: 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-11-16 11:16:56, Gzip enabled