/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void Get_String(int)':
/in/foo.cc:106:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   while(c=getchar())
                   ^
/in/foo.cc:100: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:100: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:158: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:96:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 401ms 51.992 MiB
#2 Accepted 22ms 10.332 MiB
#3 Runtime Error 143ms 42.574 MiB
#4 Accepted 177ms 47.879 MiB
#5 Accepted 171ms 46.992 MiB
#6 Accepted 139ms 35.207 MiB
#7 Accepted 153ms 35.25 MiB
#8 Accepted 160ms 34.375 MiB
#9 Accepted 247ms 35.012 MiB
#10 Accepted 286ms 35.355 MiB

信息

递交者
类型
递交
题目
P1856 文本编辑器
语言
C++
递交时间
2017-11-24 20:23:28
评测时间
2017-11-24 20:23:28
评测机
分数
90
总耗时
1906ms
峰值内存
51.992 MiB