运行 ID: 1121

Main.cc:3:115: error: stray ‘\’ in program
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                                   ^
Main.cc:4:28: error: stray ‘\’ in program
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
                            ^
Main.cc:5:27: error: stray ‘\’ in program
  z,y,x,w,v,u,t,s,r,q,p,o,n\n
                           ^
Main.cc: In function ‘int main()’:
Main.cc:3:89: error: ‘a’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                         ^
Main.cc:3:91: error: ‘b’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                           ^
Main.cc:3:93: error: ‘c’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                             ^
Main.cc:3:95: error: ‘d’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                               ^
Main.cc:3:97: error: ‘e’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                 ^
Main.cc:3:99: error: ‘f’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                   ^
Main.cc:3:101: error: ‘g’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                     ^
Main.cc:3:103: error: ‘h’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                       ^
Main.cc:3:105: error: ‘i’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                         ^
Main.cc:3:107: error: ‘j’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                           ^
Main.cc:3:109: error: ‘k’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                             ^
Main.cc:3:111: error: ‘l’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                               ^
Main.cc:3:113: error: ‘m’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                                 ^
Main.cc:3:113: note: suggested alternative: ‘tm’
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                                 ^
                                                                                                                 tm
Main.cc:3:116: error: ‘n’ was not declared in this scope
  printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",a,b,c,d,e,f,g,h,i,j,k,l,m,\n
                                                                                                                    ^
Main.cc:4:4: error: ‘o’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
    ^
Main.cc:4:6: error: ‘p’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
      ^
Main.cc:4:8: error: ‘q’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
        ^
Main.cc:4:10: error: ‘r’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
          ^
Main.cc:4:12: error: ‘s’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
            ^
Main.cc:4:14: error: ‘t’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
              ^
Main.cc:4:14: note: suggested alternative: ‘tm’
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
              ^
              tm
Main.cc:4:16: error: ‘u’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
                ^
Main.cc:4:18: error: ‘v’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
                  ^
Main.cc:4:20: error: ‘w’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
                    ^
Main.cc:4:22: error: ‘x’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
                      ^
Main.cc:4:24: error: ‘y’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
                        ^
Main.cc:4:26: error: ‘z’ was not declared in this scope
  n,o,p,q,r,s,t,u,v,w,x,y,z,\n
                          ^
Main.cc:5:2: error: expected ‘)’ before ‘z’
  z,y,x,w,v,u,t,s,r,q,p,o,n\n
  ^
Main.cc:5:28: error: expected ‘)’ before ‘n’
  z,y,x,w,v,u,t,s,r,q,p,o,n\n
                            ^
Main.cc:6:29: error: expected primary-expression before ‘)’ token
  ,m,l,k,j,i,h,g,f,e,d,c,b,a,);
                             ^