/ 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 5ms 2.336 MiB
#2 Accepted 358ms 171.375 MiB
#3 Accepted 386ms 191.324 MiB
#4 Accepted 5ms 2.375 MiB
#5 Accepted 5ms 4.48 MiB
#6 Accepted 7ms 6.5 MiB
#7 Accepted 34ms 22.875 MiB
#8 Accepted 92ms 49.375 MiB
#9 Accepted 170ms 129.25 MiB
#10 Accepted 264ms 151.125 MiB

信息

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