记录详情

Accepted

/in/foo.cc: In function 'void MergeSubs(std::vector<int>&)':
/in/foo.cc:32:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   32 |             while (p1 < seq1.size() && p2 < seq2.size()) {
      |                    ~~~^~~~~~~~~~~~~
/in/foo.cc:32:43: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   32 |             while (p1 < seq1.size() && p2 < seq2.size()) {
      |                                        ~~~^~~~~~~~~~~~~
/in/foo.cc:41:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   41 |             while (p1 < seq1.size()) {
      |                    ~~~^~~~~~~~~~~~~
/in/foo.cc:45:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   45 |             while (p2 < seq2.size()) {
      |                    ~~~^~~~~~~~~~~~~
/in/foo.cc:57:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   57 |             while (p1 < seq1.size() && p2 < seq2.size()) {
      |                    ~~~^~~~~~~~~~~~~
/in/foo.cc:57:43: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   57 |             while (p1 < seq1.size() && p2 < seq2.size()) {
      |                                        ~~~^~~~~~~~~~~~~
/in/foo.cc:66:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   66 |             while (p1 < seq1.size()) {
      |                    ~~~^~~~~~~~~~~~~
/in/foo.cc:70:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   70 |             while (p2 < seq2.size()) {
      |                    ~~~^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 480.0 KiB
#2 Accepted 1ms 472.0 KiB
#3 Accepted 1ms 532.0 KiB
#4 Accepted 1ms 532.0 KiB
#5 Accepted 1ms 532.0 KiB

信息

递交者
类型
递交
题目
A10-2 有序子序列的合并
比赛
2025年春 南师大《程序设计与竞赛》作业赛第三场
语言
C++
递交时间
2 周前
评测时间
2 周前
评测机
分数
100
总耗时
9ms
峰值内存
532.0 KiB