记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:24:28: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   24 |     for(long long int i=0;i<v3.size();i++)
      |                           ~^~~~~~~~~~
foo.cc:7:21: warning: unused variable 'ssum' [-Wunused-variable]
    7 |     long long int n,ssum=0,mmax=0;cin>>n;
      |                     ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 177ms 5.68 MiB
#2 Accepted 211ms 5.75 MiB
#3 Accepted 192ms 5.879 MiB
#4 Accepted 100ms 3.508 MiB
#5 Accepted 191ms 5.004 MiB

信息

递交者
类型
递交
题目
P1420 1-4 游游的数组染色
比赛
2023暑假集训7月3日训练题
语言
C++
递交时间
2023-07-03 10:30:59
评测时间
2023-07-03 10:30:59
评测机
分数
100
总耗时
873ms
峰值内存
5.879 MiB