运行 ID: 26123

Main.cc: In function ‘int main()’:
Main.cc:5:96: error: expected primary-expression before ‘>>’ token
  int q,w,e,r,t,y,u,i,o,p,a,s,d,f,g,h,j,k,l,z,x,c,v,b,n;        cin>>q>>w>>e>>r>>t>>y>>u>>i>>o>>>>p>>a>>s>>d>>f>>g>>h>>j>>k>>l>  >Z>>x>>c>>v>>b>>n;
                                                                                                ^~
Main.cc:5:129: error: expected primary-expression before ‘>’ token
  int q,w,e,r,t,y,u,i,o,p,a,s,d,f,g,h,j,k,l,z,x,c,v,b,n;        cin>>q>>w>>e>>r>>t>>y>>u>>i>>o>>>>p>>a>>s>>d>>f>>g>>h>>j>>k>>l>  >Z>>x>>c>>v>>b>>n;
                                                                                                                                 ^
Main.cc:5:130: error: ‘Z’ was not declared in this scope
  int q,w,e,r,t,y,u,i,o,p,a,s,d,f,g,h,j,k,l,z,x,c,v,b,n;        cin>>q>>w>>e>>r>>t>>y>>u>>i>>o>>>>p>>a>>s>>d>>f>>g>>h>>j>>k>>l>  >Z>>x>>c>>v>>b>>n;
                                                                                                                                  ^
Main.cc:5:44: warning: unused variable ‘z’ [-Wunused-variable]
  int q,w,e,r,t,y,u,i,o,p,a,s,d,f,g,h,j,k,l,z,x,c,v,b,n;        cin>>q>>w>>e>>r>>t>>y>>u>>i>>o>>>>p>>a>>s>>d>>f>>g>>h>>j>>k>>l>  >Z>>x>>c>>v>>b>>n;
                                            ^