/ Vijos /

记录详情

Wrong Answer

foo.cc: In function ‘std::vector<int> max_u(std::vector<int>, std::vector<int>)’:
foo.cc:20:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   20 |         for (int i = 0; i < a.size(); i++)
      |                         ~~^~~~~~~~~~
foo.cc: In function ‘std::vector<int> mul(std::vector<int>, int)’:
foo.cc:34:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   34 |     for (int i = 0; i < a.size(); i++)
      |                     ~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 2ms 532.0 KiB
#2 Accepted 2ms 536.0 KiB
#3 Accepted 2ms 548.0 KiB
#4 Accepted 2ms 768.0 KiB
#5 Accepted 2ms 536.0 KiB
#6 Wrong Answer Standard answer longer than user output. 2ms 536.0 KiB
#7 Wrong Answer Read -1442-1-50-9-6-4..., expect 4797203784333510.... 16ms 704.0 KiB
#8 Wrong Answer Read -1442-1-50-9-6-4..., expect 4797203784333510.... 16ms 712.0 KiB
#9 Wrong Answer Read -1442-1-50-9-6-4..., expect 4797203784333510.... 16ms 708.0 KiB
#10 Wrong Answer Read 1987192339231127..., expect 8666834072348123.... 16ms 536.0 KiB

信息

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