Accepted
foo.cc: In function 'bool judge(std::string)': foo.cc:69:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 69 | for(int i=0;i<s.size();i++) | ~^~~~~~~~~ foo.cc: In function 'std::string div(std::string, std::string, int)': foo.cc:66:1: warning: control reaches end of non-void function [-Wreturn-type] 66 | } | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1047 最小公倍数
- 语言
- C++
- 递交时间
- 2023-06-21 22:28:56
- 评测时间
- 2023-06-21 22:28:56
- 评测机
- 分数
- 100
- 总耗时
- 106ms
- 峰值内存
- 536.0 KiB