/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Read(Type&)':
/in/foo.cc:12:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for( ;ch>='0'&&ch<='9';ch = getchar() )In = In * 10 + ch - '0';In *= f;
  ^~~
/in/foo.cc:12:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for( ;ch>='0'&&ch<='9';ch = getchar() )In = In * 10 + ch - '0';In *= f;
                                                                 ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 2.25 MiB
#2 Accepted 4ms 4.336 MiB
#3 Accepted 4ms 4.355 MiB
#4 Accepted 3ms 4.25 MiB
#5 Accepted 3ms 4.25 MiB
#6 Accepted 3ms 4.25 MiB
#7 Accepted 4ms 2.25 MiB
#8 Accepted 4ms 4.469 MiB
#9 Accepted 2ms 4.34 MiB
#10 Accepted 2ms 4.371 MiB
#11 Accepted 4ms 4.492 MiB
#12 Accepted 12ms 4.855 MiB
#13 Accepted 16ms 4.625 MiB
#14 Accepted 19ms 3.5 MiB
#15 Accepted 21ms 4.859 MiB
#16 Accepted 26ms 7.0 MiB
#17 Accepted 34ms 5.125 MiB
#18 Accepted 33ms 5.113 MiB

信息

递交者
类型
递交
题目
P1769 网络的关键边
语言
C++
递交时间
2017-08-12 08:12:16
评测时间
2017-08-12 08:12:16
评测机
分数
100
总耗时
207ms
峰值内存
7.0 MiB