Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:22:32: warning: 'i2' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout << i1 - 1 << " " << i2 - 1;
                                ^
/in/foo.cc:22:20: warning: 'i1' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout << i1 - 1 << " " << i2 - 1;
                    ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 328.0 KiB
#2 Accepted 2ms 340.0 KiB
#3 Accepted 2ms 344.0 KiB
#4 Accepted 2ms 332.0 KiB
#5 Accepted 2ms 376.0 KiB

信息

递交者
类型
递交
题目
P1068 A9-2 数组中最小正数的下标
语言
C++
递交时间
2024-05-31 21:58:01
评测时间
2024-05-31 21:58:01
评测机
分数
100
总耗时
10ms
峰值内存
376.0 KiB