Accepted

foo.cc: In constructor 'Student::Student(const char*, int)':
foo.cc:13:18: warning: argument to 'sizeof' in 'void* memcpy(void*, const void*, size_t)' call is the same expression as the source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
   13 |   memcpy(name,ch,sizeof(ch));
      |                  ^~~~~~~~~~
foo.cc: In function 'void ShellSort(std::vector<Student>&)':
foo.cc:43:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Student>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   43 |   for(int i=0;i<v.size()-gap;i++)
      |               ~^~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 384.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 6ms 384.0 KiB

信息

递交者
类型
递交
题目
P1141 OO10-2 基于vector的对象的排序
语言
C++
递交时间
2022-05-12 17:47:47
评测时间
2022-05-12 17:47:47
评测机
分数
100
总耗时
20ms
峰值内存
384.0 KiB