/ 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 6ms 2.25 MiB
#2 Accepted 336ms 129.5 MiB
#3 Accepted 374ms 143.578 MiB
#4 Accepted 5ms 2.375 MiB
#5 Accepted 5ms 4.375 MiB
#6 Accepted 6ms 6.5 MiB
#7 Accepted 34ms 20.25 MiB
#8 Accepted 86ms 38.625 MiB
#9 Accepted 156ms 97.586 MiB
#10 Accepted 248ms 114.211 MiB

信息

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