记录详情

Accepted

foo.cc: In function 'std::vector<int> Add(const std::vector<int>&, const std::vector<int>&)':
foo.cc:8:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    8 |     while (i < num1.size() || j < num2.size() || carry > 0) {
      |            ~~^~~~~~~~~~~~~
foo.cc:8:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    8 |     while (i < num1.size() || j < num2.size() || carry > 0) {
      |                               ~~^~~~~~~~~~~~~
foo.cc:10:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   10 |         if (i < num1.size()) {
      |             ~~^~~~~~~~~~~~~
foo.cc:14:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   14 |         if (j < num2.size()) {
      |             ~~^~~~~~~~~~~~~
foo.cc: In function 'std::vector<int> Mul(const std::vector<int>&, int)':
foo.cc:30:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   30 |     for (int i = 0; i < num.size(); i++) {
      |                     ~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Accepted 4ms 412.0 KiB
#3 Accepted 3ms 332.0 KiB
#4 Accepted 3ms 412.0 KiB
#5 Accepted 3ms 412.0 KiB

信息

递交者
类型
递交
比赛
2023 程序设计与竞赛(作业7:最初的综合)
语言
C++
递交时间
2023-11-11 18:56:39
评测时间
2023-11-11 18:56:39
评测机
分数
100
总耗时
20ms
峰值内存
412.0 KiB