评测信息

运行ID: 3322
src.c: In function 'main':
src.c:5:19: error: conflicting types for 't'
long long int t,sum;
^
src.c:4:12: note: previous declaration of 't' was here
int i,n,a,t;
^