/ Vijos /

记录详情

Accepted

foo.cc: In function ‘std::vector<int> mul(std::vector<int>&, int)’:
foo.cc:37:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   37 |     for (int i = 0, t = 0; i < A.size() || t; i++)
      |                            ~~^~~~~~~~~~
foo.cc:39:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   39 |         if (i < A.size())
      |             ~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 556.0 KiB
#2 Accepted 2ms 536.0 KiB
#3 Accepted 2ms 532.0 KiB
#4 Accepted 2ms 532.0 KiB
#5 Accepted 2ms 536.0 KiB
#6 Accepted 2ms 536.0 KiB
#7 Accepted 41ms 628.0 KiB
#8 Accepted 41ms 580.0 KiB
#9 Accepted 41ms 536.0 KiB
#10 Accepted 41ms 576.0 KiB

信息

递交者
类型
递交
题目
P1779 国王游戏
语言
C++
递交时间
2024-10-02 21:30:16
评测时间
2024-10-02 21:30:16
评测机
分数
100
总耗时
180ms
峰值内存
628.0 KiB