/ Vijos /

记录详情

Accepted

foo.cpp: In function 'int find(int, int, int)':
foo.cpp:105:6: warning: unused variable 'mid' [-Wunused-variable]
  int mid=(l+r)/2;
      ^~~
foo.cpp: In function 'void read(int&)':
foo.cpp:15:16: warning: 'ch' is used uninitialized in this function [-Wuninitialized]
  while ((ch<'0'||ch>'9')&&ch!='-') ch=getchar();
         ~~~~~~~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 0ms 58.109 MiB
#2 Accepted 31ms 58.035 MiB
#3 Accepted 78ms 58.105 MiB
#4 Accepted 31ms 58.105 MiB
#5 Accepted 218ms 58.117 MiB
#6 Accepted 375ms 58.035 MiB
#7 Accepted 453ms 58.039 MiB
#8 Accepted 390ms 58.039 MiB
#9 Accepted 437ms 58.035 MiB
#10 Accepted 437ms 58.039 MiB

信息

递交者
类型
递交
题目
P1083 小白逛公园
语言
C++
递交时间
2017-03-04 15:40:24
评测时间
2017-03-04 15:40:24
评测机
分数
100
总耗时
2450ms
峰值内存
58.117 MiB