/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:19: warning: unused variable 'min' [-Wunused-variable]
   33 |         int xa,ya,min;
      |                   ^~~
/in/foo.cc:42:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<seat>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   42 |     for (int i=0;i<arr.size();i++){
      |                  ~^~~~~~~~~~~
/in/foo.cc:31:9: warning: unused variable 'ans1' [-Wunused-variable]
   31 |     int ans1=0,ans2=0;
      |         ^~~~
/in/foo.cc:31:16: warning: unused variable 'ans2' [-Wunused-variable]
   31 |     int ans1=0,ans2=0;
      |                ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 480.0 KiB
#2 Accepted 2ms 472.0 KiB
#3 Accepted 1ms 476.0 KiB
#4 Accepted 2ms 480.0 KiB
#5 Accepted 3ms 500.0 KiB
#6 Accepted 3ms 544.0 KiB
#7 Accepted 4ms 532.0 KiB
#8 Accepted 48ms 1.426 MiB
#9 Accepted 48ms 1.477 MiB
#10 Accepted 45ms 1.41 MiB

信息

递交者
类型
递交
题目
P1810 导弹拦截
语言
C++
递交时间
2026-05-11 01:08:45
评测时间
2026-05-11 01:08:45
评测机
分数
100
总耗时
162ms
峰值内存
1.477 MiB