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_29208828_3199.cpp:5:2: error: stray '#' in program
    int n,m,i,j,k,t;
  ^
0_0_29208828_3199.cpp:5:8: error: stray '#' in program
    int n,m,i,j,k,t;
        ^
0_0_29208828_3199.cpp:6:2: error: stray '#' in program
    char str[100];
  ^
0_0_29208828_3199.cpp:6:8: error: stray '#' in program
    char str[100];
        ^
0_0_29208828_3199.cpp:7:2: error: stray '#' in program
    char ch;
  ^
0_0_29208828_3199.cpp:7:8: error: stray '#' in program
    char ch;
        ^
0_0_29208828_3199.cpp:8:2: error: stray '#' in program
    while(~scanf("%d",&n))
  ^
0_0_29208828_3199.cpp:8:8: error: stray '#' in program
    while(~scanf("%d",&n))
        ^
0_0_29208828_3199.cpp:9:2: error: stray '#' in program
    {
  ^
0_0_29208828_3199.cpp:9:8: error: stray '#' in program
    {
        ^
0_0_29208828_3199.cpp:10:2: error: stray '#' in program
      for(int r=1;r<=n;r++)
  ^
0_0_29208828_3199.cpp:10:8: error: stray '#' in program
      for(int r=1;r<=n;r++)
        ^
0_0_29208828_3199.cpp:10:14: error: stray '#' in program
      for(int r=1;r<=n;r++)
              ^
0_0_29208828_3199.cpp:10:20: error: stray '#' in program
      for(int r=1;r<=n;r++)
                    ^
0_0_29208828_3199.cpp:11:2: error: stray '#' in program
      {
  ^
0_0_29208828_3199.cpp:11:8: error: stray '#' in program
      {
        ^
0_0_29208828_3199.cpp:11:14: error: stray '#' in program
      {
              ^
0_0_29208828_3199.cpp:11:20: error: stray '#' in program
      {
                    ^
0_0_29208828_3199.cpp:12:2: error: stray '#' in program
       memset(str,'\0',sizeof(str));
  ^
0_0_29208828_3199.cpp:12:8: error: stray '#' in program
       memset(str,'\0',sizeof(str));
        ^
0_0_29208828_3199.cpp:12:14: error: stray '#' in program
       memset(str,'\0',sizeof(str));
              ^
0_0_29208828_3199.cpp:12:20: error: stray '#' in program
       memset(str,'\0',sizeof(str));
                    ^
0_0_29208828_3199.cpp:12:26: error: stray '#' in program
       memset(str,'\0',sizeof(str));
                          ^
0_0_29208828_3199.cpp:13:2: error: stray '#' in program
       scanf("%s",str);
  ^
0_0_29208828_3199.cpp:13:8: error: stray '#' in program
       scanf("%s",str);
        ^
0_0_29208828_3199.cpp:13:14: error: stray '#' in program
       scanf("%s",str);
              ^
0_0_29208828_3199.cpp:13:20: error: stray '#' in program
       scanf("%s",str);
                    ^
0_0_29208828_3199.cpp:13:26: error: stray '#' in program
       scanf("%s",str);
                          ^
0_0_29208828_3199.cpp:14:2: error: stray '#' in program
        k=strlen(str);
  ^
0_0_29208828_3199.cpp:14:8: error: stray '#' in program
        k=strlen(str);
        ^
0_0_29208828_3199.cpp:14:14: error: stray '#' in program
        k=strlen(str);
              ^
0_0_29208828_3199.cpp:14:20: error: stray '#' in program
        k=strlen(str);
                    ^
0_0_29208828_3199.cpp:14:26: error: stray '#' in program
        k=strlen(str);
                          ^
0_0_29208828_3199.cpp:14:32: error: stray '#' in program
        k=strlen(str);
                                ^
0_0_29208828_3199.cpp:15:2: error: stray '#' in program
        for(i=1;i<k;i+=2)
  ^
0_0_29208828_3199.cpp:15:8: error: stray '#' in program
        for(i=1;i<k;i+=2)
        ^
0_0_29208828_3199.cpp:15:14: error: stray '#' in program
        for(i=1;i<k;i+=2)
              ^
0_0_29208828_3199.cpp:15:20: error: stray '#' in program
        for(i=1;i<k;i+=2)
                    ^
0_0_29208828_3199.cpp:15:26: error: stray '#' in program
        for(i=1;i<k;i+=2)
                          ^
0_0_29208828_3199.cpp:15:32: error: stray '#' in program
        for(i=1;i<k;i+=2)
                                ^
0_0_29208828_3199.cpp:16:2: error: stray '#' in program
        {
  ^
0_0_29208828_3199.cpp:16:8: error: stray '#' in program
        {
        ^
0_0_29208828_3199.cpp:16:14: error: stray '#' in program
        {
              ^
0_0_29208828_3199.cpp:16:20: error: stray '#' in program
        {
                    ^
0_0_29208828_3199.cpp:16:26: error: stray '#' in program
        {
                          ^
0_0_29208828_3199.cpp:16:32: error: stray '#' in program
        {
                                ^
0_0_29208828_3199.cpp:17:2: error: stray '#' in program
          ch=str[i];
  ^
0_0_29208828_3199.cpp:17:8: error: stray '#' in program
          ch=str[i];
        ^
0_0_29208828_3199.cpp:17:14: error: stray '#' in program
          ch=str[i];
              ^
0_0_29208828_3199.cpp:17:20: error: stray '#' in program
          ch=str[i];
                    ^
0_0_29208828_3199.cpp:17:26: error: stray '#' in program
          ch=str[i];
                          ^
0_0_29208828_3199.cpp:17:32: error: stray '#' in program
          ch=str[i];
                                ^
0_0_29208828_3199.cpp:17:38: error: stray '#' in program
          ch=str[i];
                                      ^
0_0_29208828_3199.cpp:17:44: error: stray '#' in program
          ch=str[i];
                                            ^
0_0_29208828_3199.cpp:18:2: error: stray '#' in program
          str[i]=str[i-1];
  ^
0_0_29208828_3199.cpp:18:8: error: stray '#' in program
          str[i]=str[i-1];
        ^
0_0_29208828_3199.cpp:18:14: error: stray '#' in program
          str[i]=str[i-1];
              ^
0_0_29208828_3199.cpp:18:20: error: stray '#' in program
          str[i]=str[i-1];
                    ^
0_0_29208828_3199.cpp:18:26: error: stray '#' in program
          str[i]=str[i-1];
                          ^
0_0_29208828_3199.cpp:18:32: error: stray '#' in program
          str[i]=str[i-1];
                                ^
0_0_29208828_3199.cpp:18:38: error: stray '#' in program
          str[i]=str[i-1];
                                      ^
0_0_29208828_3199.cpp:18:44: error: stray '#' in program
          str[i]=str[i-1];
                                            ^
0_0_29208828_3199.cpp:19:2: error: stray '#' in program
          str[i-1]=ch;                 
  ^
0_0_29208828_3199.cpp:19:8: error: stray '#' in program
          str[i-1]=ch;                 
        ^
0_0_29208828_3199.cpp:19:14: error: stray '#' in program
          str[i-1]=ch;                 
              ^
0_0_29208828_3199.cpp:19:20: error: stray '#' in program
          str[i-1]=ch;                 
                    ^
0_0_29208828_3199.cpp:19:26: error: stray '#' in program
          str[i-1]=ch;                 
                          ^
0_0_29208828_3199.cpp:19:32: error: stray '#' in program
          str[i-1]=ch;                 
                                ^
0_0_29208828_3199.cpp:19:38: error: stray '#' in program
          str[i-1]=ch;                 
                                      ^
0_0_29208828_3199.cpp:19:44: error: stray '#' in program
          str[i-1]=ch;          &


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-25 19:21:17, Gzip enabled