/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'std::pair<char, bool> radixAddChar(int, std::vector<char>)':
/in/foo.cc:52:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < chs.size(); i++) {
                     ~~^~~~~~~~~~~~
/in/foo.cc: In function 'std::__cxx11::string radixAdd(const string&, const string&, int)':
/in/foo.cc:90:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i <= maxN; i++) {
                     ~~^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 500.0 KiB
#2 Accepted 2ms 1.043 MiB
#3 Accepted 1ms 376.0 KiB
#4 Accepted 1ms 344.0 KiB

信息

递交者
类型
递交
题目
P1304 回文数
语言
C++
递交时间
2024-04-10 11:13:33
评测时间
2024-04-10 11:13:33
评测机
分数
100
总耗时
7ms
峰值内存
1.043 MiB