A slight improvement, but not a lot.
#define X scanf("%d",&
main(){int n,s=0,t;X t);for(;t-->0;){X n);s+=n;}printf("%d",s);}
//86 chars including five spaces, required.
The 5 spaces aren't counted against your program, according to the quiz site - putting this at 81 chars long.