/ Team SD /

记录详情

Accepted

/in/foo.cc: In function 'std::__cxx11::string sDiv(std::__cxx11::string, std::__cxx11::string)':
/in/foo.cc:89:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 while (nAi <= sA.size())
        ~~~~^~~~~~~~~~~~
/in/foo.cc:100:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 if (nAi != sA.size())
     ~~~~^~~~~~~~~~~~
/in/foo.cc: In function 'std::__cxx11::string sSub(std::__cxx11::string, std::__cxx11::string)':
/in/foo.cc:123:22: warning: unused variable 'j' [-Wunused-variable]
 int nLenA, nLenB, i, j, nSub = 0, nA, nB;
                      ^
/in/foo.cc: In function 'std::__cxx11::string sAtimesB(std::__cxx11::string, std::__cxx11::string)':
/in/foo.cc:61:5: warning: 'nC' may be used uninitialized in this function [-Wmaybe-uninitialized]
 nC--;
     ^
# 状态 耗时 内存占用
#1 Accepted 1ms 220.0 KiB
#2 Accepted 1ms 224.0 KiB
#3 Accepted 1ms 232.0 KiB
#4 Accepted 1ms 224.0 KiB
#5 Accepted 1ms 232.0 KiB
#6 Accepted 1ms 220.0 KiB
#7 Accepted 3ms 228.0 KiB
#8 Accepted 7ms 316.0 KiB
#9 Accepted 10ms 312.0 KiB
#10 Accepted 1ms 212.0 KiB

信息

递交者
类型
递交
作业
TSD训练基础
语言
C++
递交时间
2019-07-08 22:10:31
评测时间
2019-07-08 22:10:31
评测机
分数
100
总耗时
31ms
峰值内存
316.0 KiB