/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0 ; i < strlen(s) ; i ++ )
                  ~~^~~~~~~~~~~
/in/foo.cc:12:14: warning: unused variable 'h1' [-Wunused-variable]
  int c = 1 , h1 , now = 0 ;
              ^~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 384.0 KiB
#2 Accepted 3ms 348.0 KiB
#3 Wrong Answer 3ms 348.0 KiB
#4 Wrong Answer 2ms 368.0 KiB
#5 Accepted 3ms 344.0 KiB
#6 Accepted 3ms 380.0 KiB

信息

递交者
类型
递交
题目
P1303 导弹拦截
语言
C++
递交时间
2017-10-26 19:26:42
评测时间
2017-10-26 19:26:42
评测机
分数
50
总耗时
20ms
峰值内存
384.0 KiB