/ 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 1ms 500.0 KiB
#2 Accepted 2ms 488.0 KiB
#3 Accepted 1ms 480.0 KiB
#4 Accepted 1ms 488.0 KiB
#5 Accepted 2ms 480.0 KiB
#6 Accepted 2ms 532.0 KiB
#7 Accepted 2ms 536.0 KiB
#8 Accepted 47ms 1.641 MiB
#9 Accepted 49ms 1.641 MiB
#10 Accepted 46ms 1.645 MiB

信息

递交者
类型
递交
题目
P1810 导弹拦截
语言
C++
递交时间
2026-06-10 02:47:04
评测时间
2026-06-10 02:47:04
评测机
分数
100
总耗时
157ms
峰值内存
1.645 MiB