记录详情

Accepted

/in/foo.cc: In function 'void mul()':
/in/foo.cc:8:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    8 |     for (int i = 0; i < n.size(); i++) {
      |                     ~~^~~~~~~~~~
/in/foo.cc:9:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    9 |          for (int j = 0; j < result.size(); j++) {
      |                          ~~^~~~~~~~~~~~~~~
/in/foo.cc:10:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   10 |            if (i + j < t.size()) {
      |                ~~~~~~^~~~~~~~~~
/in/foo.cc:19:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   19 |      for (int i = 0; i < t.size(); i++) {
      |                      ~~^~~~~~~~~~
/in/foo.cc: In function 'void my_pow()':
/in/foo.cc:31:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   31 |      for (int i = 0; i < n.size(); i++) {
      |                      ~~^~~~~~~~~~
/in/foo.cc:32:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   32 |         for (int j = 0; j < n.size(); j++) {
      |                         ~~^~~~~~~~~~
/in/foo.cc:33:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   33 |             if (i + j < t.size()) {
      |                 ~~~~~~^~~~~~~~~~
/in/foo.cc:42:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   42 |      for (int i = 0; i < t.size(); i++) {
      |                      ~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 476.0 KiB
#2 Accepted 1ms 536.0 KiB
#3 Accepted 2ms 468.0 KiB
#4 Accepted 2ms 532.0 KiB
#5 Accepted 2ms 544.0 KiB

信息

递交者
类型
递交
比赛
2025年春 南师大《程序设计与竞赛》作业赛第二场
语言
C++
递交时间
2025-03-14 18:19:56
评测时间
2025-03-14 18:19:56
评测机
分数
100
总耗时
10ms
峰值内存
544.0 KiB