/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool find(int)':
/in/foo.cc:16:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=a;i++)
  ^~~
/in/foo.cc:26:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     return 0;
     ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 65ms 4.234 MiB
#2 Accepted 28ms 3.75 MiB
#3 Accepted 23ms 2.34 MiB
#4 Accepted 3ms 360.0 KiB
#5 Accepted 12ms 1.125 MiB
#6 Accepted 11ms 2.375 MiB
#7 Accepted 22ms 344.0 KiB

信息

递交者
类型
递交
题目
P1212 Way Selection
语言
C++
递交时间
2017-12-15 01:22:34
评测时间
2017-12-15 01:22:34
评测机
分数
100
总耗时
167ms
峰值内存
4.234 MiB