/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int rd()':
/in/foo.cc:9:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(c=='-')w=-1,c=getchar();while(isdigit(c))x=x*10+c-48,c=getchar();return x*w;
  ^~
/in/foo.cc:9:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(c=='-')w=-1,c=getchar();while(isdigit(c))x=x*10+c-48,c=getchar();return x*w;
                             ^~~~~
# 状态 耗时 内存占用
#1 Accepted 134ms 48.605 MiB
#2 Accepted 134ms 48.762 MiB
#3 Accepted 135ms 48.309 MiB
#4 Accepted 135ms 46.684 MiB
#5 Accepted 128ms 46.66 MiB
#6 Accepted 553ms 48.312 MiB
#7 Accepted 518ms 46.672 MiB
#8 Accepted 493ms 46.668 MiB
#9 Accepted 510ms 48.312 MiB
#10 Accepted 490ms 48.312 MiB

信息

递交者
类型
递交
题目
P2051 快速查询
比赛
山东省选2019同步赛——第一场
语言
C++
递交时间
2019-05-06 12:13:00
评测时间
2019-05-06 12:13:00
评测机
分数
100
总耗时
3233ms
峰值内存
48.762 MiB