/ 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 328.0 KiB
#2 Accepted 2ms 332.0 KiB
#3 Accepted 2ms 332.0 KiB
#4 Wrong Answer 1ms 316.0 KiB
#5 Accepted 1ms 336.0 KiB
#6 Accepted 1ms 324.0 KiB

信息

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