/in/foo.cc: In function 'int main()':
/in/foo.cc:21:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(c>30)
^~
/in/foo.cc:22:11: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
c=c-30;b++;
^
/in/foo.cc:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(c>29)
^~
/in/foo.cc:29:12: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
c=c-29;b++;
^
/in/foo.cc:32:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(c>28)
^~
/in/foo.cc:33:11: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
c=c-28;b++;
^
/in/foo.cc:6:6: warning: unused variable 'd2' [-Wunused-variable]
int d2,a,b,c,d=1,o,p,q;
^~
VJ4Error('ProblemDataNotFoundError', '题目 1004 的数据未找到。', 'nnu_contest', 1004)