Accepted
/in/foo.cc: In function 'int pto10(int, std::__cxx11::string)': /in/foo.cc:6:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<s.size();i++) ~^~~~~~~~~ /in/foo.cc:13:9: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] return ret; ^~~ /in/foo.cc: In function 'int main()': /in/foo.cc:20:18: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<<pto10(p,s); ^
信息
- 递交者
- 类型
- 递交
- 比赛
- 寒假中级班2.15
- 语言
- C++
- 递交时间
- 2024-02-15 10:10:28
- 评测时间
- 2024-02-15 10:10:28
- 评测机
- 分数
- 100
- 总耗时
- 3ms
- 峰值内存
- 360.0 KiB