/ Vijos /

记录详情

Accepted

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

信息

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