/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void print(int)':
/in/foo.cc:14:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(tmp) tmp/=10,++cnt; ttmp+=cnt;
  ^~~~~
/in/foo.cc:14:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(tmp) tmp/=10,++cnt; ttmp+=cnt;
                            ^~~~
/in/foo.cc:15:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(cnt) a[t+cnt]=k%10+'0',k/=10,--cnt; t=ttmp;
  ^~~~~
/in/foo.cc:15:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(cnt) a[t+cnt]=k%10+'0',k/=10,--cnt; t=ttmp;
                                            ^
# 状态 耗时 内存占用
#1 Accepted 10ms 6.25 MiB
#2 Accepted 8ms 6.5 MiB
#3 Accepted 8ms 6.574 MiB
#4 Accepted 12ms 6.625 MiB
#5 Accepted 7ms 6.75 MiB
#6 Accepted 15ms 6.75 MiB
#7 Accepted 9ms 5.078 MiB
#8 Wrong Answer 16ms 6.52 MiB
#9 Wrong Answer 16ms 7.0 MiB
#10 Wrong Answer 10ms 7.23 MiB

信息

递交者
类型
递交
题目
P1545 集合删数
语言
C++
递交时间
2017-05-24 17:16:38
评测时间
2017-05-24 17:16:39
评测机
分数
70
总耗时
115ms
峰值内存
7.23 MiB