/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void add(int, int)':
/in/foo.cc:11:11: warning: unused variable 'j' [-Wunused-variable]
     int i,j;
           ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:41:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(i=49;a[n][i]==0;--i);
     ^~~
/in/foo.cc:42:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         for(j=i;j>=0;--j)
         ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 256.0 KiB
#2 Wrong Answer 198ms 191.609 MiB
#3 Wrong Answer 3ms 256.0 KiB

信息

递交者
类型
递交
题目
P1136 数的计数(加强版)
语言
C++
递交时间
2017-07-20 09:56:48
评测时间
2017-07-20 09:56:48
评测机
分数
0
总耗时
204ms
峰值内存
191.609 MiB