评测信息

运行ID: 37425
src.c:1:3: error: expected expression before '[' token
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:4: error: 'J' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:6: error: 'i' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:8: error: 'n' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:16: error: 's' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:18: error: 'o' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:20: error: 'f' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:22: error: 't' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:24: error: 'e' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:28: error: 'c' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:32: error: 'l' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:38: error: 'd' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:40: error: 'S' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:42: error: 'p' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:44: error: 'r' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:50: error: 'g' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:52: error: 'C' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^
src.c:1:58: error: 'y' undeclared here (not in a function)
a=[J,i,n,a,n,i,s,o,f,t,e,n,c,a,l,l,e,d,S,p,r,i,n,g,C,i,t,y]
^