记录详情

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 412.0 KiB
#2 Accepted 93ms 412.0 KiB
#3 Accepted 48ms 412.0 KiB
#4 Accepted 140ms 1.27 MiB
#5 Accepted 132ms 412.0 KiB
#6 Accepted 104ms 412.0 KiB
#7 Accepted 76ms 412.0 KiB
#8 Accepted 68ms 412.0 KiB
#9 Accepted 80ms 312.0 KiB
#10 Accepted 14ms 412.0 KiB

信息

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