Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:67: warning: variable 'pos' set but not used [-Wunused-but-set-variable]
   10 |         ll n,m,a[10000],b[10000],min=-2147483647,min0=-2147493647,pos=0,pos0=0;
      |                                                                   ^~~
/in/foo.cc:10:73: warning: variable 'pos0' set but not used [-Wunused-but-set-variable]
   10 |         ll n,m,a[10000],b[10000],min=-2147483647,min0=-2147493647,pos=0,pos0=0;
      |                                                                         ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 480.0 KiB
#2 Accepted 2ms 432.0 KiB
#3 Accepted 1ms 504.0 KiB
#4 Accepted 1ms 488.0 KiB
#5 Accepted 1ms 536.0 KiB

信息

递交者
类型
递交
题目
P1050 A9-3 数组中最大的负数
语言
C++
递交时间
2025-10-08 06:47:24
评测时间
2025-10-08 06:47:24
评测机
分数
100
总耗时
10ms
峰值内存
536.0 KiB