记录详情

Accepted

foo.cc: In constructor 'Person::Person(const char*, int, int, int, int, int, int)':
foo.cc:60:20: warning: argument to 'sizeof' in 'void* memcpy(void*, const void*, size_t)' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
   60 |   memcpy(name, ch, sizeof(name));
      |                    ^~~~~~~~~~~~
foo.cc: In member function 'Person& Person::operator=(Person)':
foo.cc:76:24: warning: argument to 'sizeof' in 'void* memcpy(void*, const void*, size_t)' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
   76 |   memcpy(name, p.name, sizeof(name));
      |                        ^~~~~~~~~~~~
foo.cc: In member function 'void Persons::Output()':
foo.cc:115:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Person*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  115 |   for(int i=0;i<ps.size();i++)
      |               ~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
比赛
2022春 面向对象程序设计方法的上机作业
语言
C++
递交时间
2022-05-11 16:16:32
评测时间
2022-05-11 16:16:32
评测机
分数
100
总耗时
13ms
峰值内存
384.0 KiB