/ Vijos /

记录详情

Accepted

/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 8ms 10.75 MiB
#2 Accepted 12ms 10.5 MiB
#3 Accepted 15ms 10.25 MiB
#4 Accepted 14ms 10.758 MiB
#5 Accepted 18ms 10.375 MiB
#6 Accepted 16ms 9.027 MiB
#7 Accepted 11ms 12.75 MiB
#8 Accepted 20ms 10.574 MiB
#9 Accepted 16ms 10.875 MiB
#10 Accepted 16ms 12.992 MiB

信息

递交者
类型
递交
题目
P1545 集合删数
语言
C++
递交时间
2017-05-25 08:57:34
评测时间
2017-05-25 08:57:34
评测机
分数
100
总耗时
150ms
峰值内存
12.992 MiB