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_33509557_6819.cpp:6:2: error: stray '#' in program
     int i,j,k,n;
  ^
0_0_33509557_6819.cpp:6:8: error: stray '#' in program
     int i,j,k,n;
        ^
0_0_33509557_6819.cpp:6:14: error: stray '#' in program
     int i,j,k,n;
              ^
0_0_33509557_6819.cpp:7:2: error: stray '#' in program
     memset(shu,0,sizeof(shu));//将数组 shu 清零 
  ^
0_0_33509557_6819.cpp:7:8: error: stray '#' in program
     memset(shu,0,sizeof(shu));//将数组 shu 清零 
        ^
0_0_33509557_6819.cpp:7:14: error: stray '#' in program
     memset(shu,0,sizeof(shu));//将数组 shu 清零 
              ^
0_0_33509557_6819.cpp:8:2: error: stray '#' in program
     shu[0][0]=0;
  ^
0_0_33509557_6819.cpp:8:8: error: stray '#' in program
     shu[0][0]=0;
        ^
0_0_33509557_6819.cpp:8:14: error: stray '#' in program
     shu[0][0]=0;
              ^
0_0_33509557_6819.cpp:9:2: error: stray '#' in program
     shu[1][0]=0;
  ^
0_0_33509557_6819.cpp:9:8: error: stray '#' in program
     shu[1][0]=0;
        ^
0_0_33509557_6819.cpp:9:14: error: stray '#' in program
     shu[1][0]=0;
              ^
0_0_33509557_6819.cpp:10:2: error: stray '#' in program
     for(i=2;i<=1000;i++)//根据规律计算每个数的结果 
  ^
0_0_33509557_6819.cpp:10:8: error: stray '#' in program
     for(i=2;i<=1000;i++)//根据规律计算每个数的结果 
        ^
0_0_33509557_6819.cpp:10:14: error: stray '#' in program
     for(i=2;i<=1000;i++)//根据规律计算每个数的结果 
              ^
0_0_33509557_6819.cpp:11:2: error: stray '#' in program
     {
  ^
0_0_33509557_6819.cpp:11:8: error: stray '#' in program
     {
        ^
0_0_33509557_6819.cpp:11:14: error: stray '#' in program
     {
              ^
0_0_33509557_6819.cpp:12:2: error: stray '#' in program
  for(j=0;j<1010;j++)
  ^
0_0_33509557_6819.cpp:13:2: error: stray '#' in program
  {
  ^
0_0_33509557_6819.cpp:14:2: error: stray '#' in program
   shu[i][j]=shu[i][j]+shu[i-1][j]*2;
  ^
0_0_33509557_6819.cpp:14:8: error: stray '#' in program
   shu[i][j]=shu[i][j]+shu[i-1][j]*2;
        ^
0_0_33509557_6819.cpp:15:2: error: stray '#' in program
   if(shu[i][j]>=10)
  ^
0_0_33509557_6819.cpp:15:8: error: stray '#' in program
   if(shu[i][j]>=10)
        ^
0_0_33509557_6819.cpp:16:2: error: stray '#' in program
   {
  ^
0_0_33509557_6819.cpp:16:8: error: stray '#' in program
   {
        ^
0_0_33509557_6819.cpp:17:2: error: stray '#' in program
    shu[i][j]=shu[i][j]-10;
  ^
0_0_33509557_6819.cpp:17:8: error: stray '#' in program
    shu[i][j]=shu[i][j]-10;
        ^
0_0_33509557_6819.cpp:17:14: error: stray '#' in program
    shu[i][j]=shu[i][j]-10;
              ^
0_0_33509557_6819.cpp:18:2: error: stray '#' in program
    shu[i][j+1]=shu[i][j+1]+1;
  ^
0_0_33509557_6819.cpp:18:8: error: stray '#' in program
    shu[i][j+1]=shu[i][j+1]+1;
        ^
0_0_33509557_6819.cpp:18:14: error: stray '#' in program
    shu[i][j+1]=shu[i][j+1]+1;
              ^
0_0_33509557_6819.cpp:19:2: error: stray '#' in program
   }
  ^
0_0_33509557_6819.cpp:19:8: error: stray '#' in program
   }
        ^
0_0_33509557_6819.cpp:20:2: error: stray '#' in program
  }
  ^
0_0_33509557_6819.cpp:21:2: error: stray '#' in program
   if(i%2==0)
  ^
0_0_33509557_6819.cpp:21:8: error: stray '#' in program
   if(i%2==0)
        ^
0_0_33509557_6819.cpp:22:2: error: stray '#' in program
   {
  ^
0_0_33509557_6819.cpp:22:8: error: stray '#' in program
   {
        ^
0_0_33509557_6819.cpp:23:2: error: stray '#' in program
      shu[i][0]=shu[i][0]+1;
  ^
0_0_33509557_6819.cpp:23:8: error: stray '#' in program
      shu[i][0]=shu[i][0]+1;
        ^
0_0_33509557_6819.cpp:23:14: error: stray '#' in program
      shu[i][0]=shu[i][0]+1;
              ^
0_0_33509557_6819.cpp:23:20: error: stray '#' in program
      shu[i][0]=shu[i][0]+1;
                    ^
0_0_33509557_6819.cpp:24:2: error: stray '#' in program
      if(shu[i][0]>=10)
  ^
0_0_33509557_6819.cpp:24:8: error: stray '#' in program
      if(shu[i][0]>=10)
        ^
0_0_33509557_6819.cpp:24:14: error: stray '#' in program
      if(shu[i][0]>=10)
              ^
0_0_33509557_6819.cpp:24:20: error: stray '#' in program
      if(shu[i][0]>=10)
                    ^
0_0_33509557_6819.cpp:25:2: error: stray '#' in program
      {
  ^
0_0_33509557_6819.cpp:25:8: error: stray '#' in program
      {
        ^
0_0_33509557_6819.cpp:25:14: error: stray '#' in program
      {
              ^
0_0_33509557_6819.cpp:25:20: error: stray '#' in program
      {
                    ^
0_0_33509557_6819.cpp:26:2: error: stray '#' in program
      shu[i][0]=shu[i][0]-10;
  ^
0_0_33509557_6819.cpp:26:8: error: stray '#' in program
      shu[i][0]=shu[i][0]-10;
        ^
0_0_33509557_6819.cpp:26:14: error: stray '#' in program
      shu[i][0]=shu[i][0]-10;
              ^
0_0_33509557_6819.cpp:26:20: error: stray '#' in program
      shu[i][0]=shu[i][0]-10;
                    ^
0_0_33509557_6819.cpp:27:2: error: stray '#' in program
      for(k=1;k<1010;k++)
  ^
0_0_33509557_6819.cpp:27:8: error: stray '#' in program
      for(k=1;k<1010;k++)
        ^
0_0_33509557_6819.cpp:27:14: error: stray '#' in program
      for(k=1;k<1010;k++)
              ^
0_0_33509557_6819.cpp:27:20: error: stray '#' in program
      for(k=1;k<1010;k++)
                    ^
0_0_33509557_6819.cpp:28:2: error: stray '#' in program
      {
  ^
0_0_33509557_6819.cpp:28:8: error: stray '#' in program
      {
        ^
0_0_33509557_6819.cpp:28:14: error: stray '#' in program
      {
              ^
0_0_33509557_6819.cpp:28:20: error: stray '#' in program
      {
                    ^
0_0_33509557_6819.cpp:29:2: error: stray '#' in program
       shu[i][k]=shu[i][k]+1;
  ^
0_0_33509557_6819.cpp:29:8: error: stray '#' in program
       shu[i][k]=shu[i][k]+1;
        ^
0_0_33509557_6819.cpp:29:14: error: stray '#' in program
       shu[i][k]=shu[i][k]+1;
              ^
0_0_33509557_6819.cpp:29:20: error: stray '#' in program
       shu[i][k]=shu[i][k]+1;
                    ^
0_0_33509557_6819.cpp:29:26: error: stray '#' in program
       shu[i][k]=shu[i][k]+1;
                          ^
0_0_33509557_6819.cpp:30:2: error: stray '#' in program
       if(shu[i][k]<10)
  ^
0_0_33509557_6819.cpp:30:8: error: stray '#' in program
       if(shu[i][k]<10)
        ^
0_0_33509557_6819.cpp:30:14: error: stray '#' in program
       if(shu[i][k]<10)
              ^
0_0_33509557_6819.cpp:30:20: error: stray '#' in program
       if(shu[i][k]<10)
                    ^
0_0_33509557_6819.cpp:30:26: error: stray '#' in program
       if(shu[i][k]<10)
                          ^
0_0_33509557_6819.cpp:31:2: error: stray '#' in program
        break;
  ^
0_0_33509557_6819.cpp:31:8: error: stray '#' in program
        break;
        ^
0_0_33509557_6819.cpp:31:14: error: stray '#' in program
        break;
              ^
0_0_33509557_6819.cpp:31:20: error: stray '#' in program
        break;
                    ^
0_0_33509557_6819.cpp:31:26: error: stray '#' in program
        break;
                          ^
0_0_33509557_6819.cpp:31:32: error: stray '#' in program
        break;
                                ^
0_0_33509557_6819.cpp:32:2: error: stray '#' in program
       else
  ^
0_0_33509557_6819.cpp:32:8: error: stray '#' in program
       else
        ^
0_0_33509557_6819.cpp:32:14: error: stray '#' in program
       else
              ^
0_0_33509557_6819.cpp:32:20: error: stray '#' in program
       else
                    ^
0_0_33509557_6819.cpp:32:26: error: stray '#' in program
       else
                          ^
0_0_33509557_6819.cpp:33:2: error: stray '#' in program
        shu[i][k]=shu[i][k]-10;
  ^
0_0_33509557_6819.cpp:33:8: error: stray '#' in program
        shu[i][k]=shu[i][k]-10;
   


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-10-06 18:33:27, Gzip enabled