记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:24:42: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   24 |                         for(int j = 1; j < p[i].size(); ++j){
      |                                        ~~^~~~~~~~~~~~~
foo.cc:29:36: warning: unused variable 't' [-Wunused-variable]
   29 |                         int j = 0, t = 0;
      |                                    ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 64ms 332.0 KiB
#2 Accepted 93ms 412.0 KiB
#3 Accepted 49ms 412.0 KiB
#4 Accepted 147ms 1.191 MiB
#5 Accepted 132ms 444.0 KiB
#6 Accepted 61ms 412.0 KiB
#7 Accepted 113ms 436.0 KiB
#8 Accepted 75ms 412.0 KiB
#9 Accepted 81ms 412.0 KiB
#10 Accepted 14ms 412.0 KiB

信息

递交者
类型
递交
题目
P1460 4-6 Rudolf and the Another Competition
语言
C++
递交时间
2023-07-09 09:48:42
评测时间
2023-07-09 09:48:42
评测机
分数
100
总耗时
834ms
峰值内存
1.191 MiB