/ Vijos /

记录详情

Accepted

foo.cc: In function 'bool judge(std::string)':
foo.cc:75:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   75 | for(int i=0;i<s.size();i++)
      |             ~^~~~~~~~~
foo.cc: In function 'std::string div(std::string, std::string, int)':
foo.cc:42:8: warning: control reaches end of non-void function [-Wreturn-type]
   42 | string s,v;//s存商,v存余数
      |        ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 512.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 3ms 512.0 KiB
#6 Accepted 5ms 512.0 KiB
#7 Accepted 9ms 512.0 KiB
#8 Accepted 13ms 512.0 KiB
#9 Accepted 16ms 512.0 KiB
#10 Accepted 2ms 512.0 KiB

信息

递交者
类型
递交
题目
P1047 最小公倍数
语言
C++
递交时间
2022-03-27 17:06:21
评测时间
2022-03-27 17:06:21
评测机
分数
100
总耗时
62ms
峰值内存
512.0 KiB