/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Get_String(int)':
/in/foo.cc:108:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   while(c=getchar())
                   ^
/in/foo.cc:102:8: warning: variable 't' set but not used [-Wunused-but-set-variable]
  int p,t,z=k,x,d=FIND(now+1,Root);
        ^
/in/foo.cc:102:10: warning: unused variable 'z' [-Wunused-variable]
  int p,t,z=k,x,d=FIND(now+1,Root);
          ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:167:22: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
      while(c=getchar())
                      ^
/in/foo.cc: In function 'int FIND(int, int)':
/in/foo.cc:98:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 466ms 52.5 MiB
#2 Accepted 30ms 10.254 MiB
#3 Accepted 165ms 36.648 MiB
#4 Accepted 175ms 40.32 MiB
#5 Accepted 163ms 41.875 MiB
#6 Accepted 144ms 33.25 MiB
#7 Accepted 171ms 35.5 MiB
#8 Accepted 198ms 33.25 MiB
#9 Accepted 259ms 35.402 MiB
#10 Accepted 304ms 34.625 MiB

信息

递交者
类型
递交
题目
P1856 文本编辑器
语言
C++
递交时间
2017-11-24 20:41:59
评测时间
2017-11-24 20:41:59
评测机
分数
100
总耗时
2080ms
峰值内存
52.5 MiB