/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void getAns(std::__cxx11::string, std::__cxx11::string)':
/in/foo.cc:13:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < str1.length(); i++) g[i][0] = 1;
                    ~~^~~~~~~~~~~~~~~
/in/foo.cc:14:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < str2.length(); i++) g[0][i] = 1;
                    ~~^~~~~~~~~~~~~~~
/in/foo.cc:15:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1; i <= str1.length(); i++) {
                    ~~^~~~~~~~~~~~~~~~
/in/foo.cc:16:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j = 1; j <= str2.length(); j++) {
                        ~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 2.371 MiB
#2 Accepted 328ms 130.75 MiB
#3 Accepted 367ms 143.738 MiB
#4 Accepted 4ms 2.336 MiB
#5 Accepted 4ms 2.48 MiB
#6 Accepted 7ms 6.75 MiB
#7 Accepted 36ms 20.5 MiB
#8 Accepted 81ms 38.625 MiB
#9 Accepted 144ms 98.609 MiB
#10 Accepted 257ms 113.742 MiB

信息

递交者
类型
递交
题目
最长公共子序列
语言
C++
递交时间
2017-12-09 14:33:40
评测时间
2017-12-09 14:33:40
评测机
分数
100
总耗时
1235ms
峰值内存
143.738 MiB