/ ZNOI /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:55:39: warning: comparison of integer expressions of different signedness: 'std::__cxx11::list<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
   55 |                         if(lst.size() < k){
      |                            ~~~~~~~~~~~^~~
/in/foo.cc:68:39: warning: comparison of integer expressions of different signedness: 'std::__cxx11::list<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
   68 |                         if(lst.size() < k){
      |                            ~~~~~~~~~~~^~~
/in/foo.cc:86:39: warning: comparison of integer expressions of different signedness: 'std::__cxx11::list<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
   86 |                         if(lst.size() < k){
      |                            ~~~~~~~~~~~^~~
/in/foo.cc:108:59: warning: comparison of integer expressions of different signedness: 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
  108 |                         if(!msg.count(x) || msg[x].size() < m){
      |                                             ~~~~~~~~~~~~~~^~~
/in/foo.cc:121:39: warning: comparison of integer expressions of different signedness: 'std::__cxx11::list<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
  121 |                         if(lst.size() < k){
      |                            ~~~~~~~~~~~^~~
/in/foo.cc:127:67: warning: comparison of integer expressions of different signedness: 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
  127 |                                 if(!msg.count(x) || msg[x].size() < m){
      |                                                     ~~~~~~~~~~~~~~^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 492.0 KiB
#2 Accepted 2ms 544.0 KiB
#3 Accepted 3ms 556.0 KiB
#4 Accepted 3ms 580.0 KiB
#5 Accepted 2ms 560.0 KiB
#6 Accepted 3ms 484.0 KiB
#7 Accepted 6ms 576.0 KiB
#8 Accepted 6ms 588.0 KiB
#9 Accepted 4ms 592.0 KiB
#10 Accepted 3ms 616.0 KiB
#11 Accepted 6ms 596.0 KiB
#12 Accepted 6ms 592.0 KiB
#13 Accepted 5ms 584.0 KiB
#14 Accepted 3ms 584.0 KiB
#15 Accepted 5ms 588.0 KiB
#16 Accepted 6ms 592.0 KiB
#17 Accepted 5ms 580.0 KiB
#18 Accepted 5ms 584.0 KiB
#19 Accepted 3ms 592.0 KiB
#20 Accepted 6ms 480.0 KiB

信息

递交者
类型
递交
题目
P1002 聊天
语言
C++
递交时间
2026-05-16 12:58:58
评测时间
2026-05-16 12:58:58
评测机
分数
100
总耗时
92ms
峰值内存
616.0 KiB