/ new_bzoj /

记录详情

Memory Exceeded

/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 4.254 MiB
#2 Accepted 553ms 248.5 MiB
#3 Memory Exceeded ≥588ms ≥250.0 MiB
#4 Accepted 4ms 2.359 MiB
#5 Accepted 5ms 4.5 MiB
#6 Accepted 8ms 8.25 MiB
#7 Accepted 35ms 34.742 MiB
#8 Accepted 103ms 72.84 MiB
#9 Accepted 278ms 194.25 MiB
#10 Accepted 357ms 223.207 MiB

信息

递交者
类型
递交
题目
最长公共子序列
语言
C++
递交时间
2017-12-09 14:29:44
评测时间
2017-12-09 14:29:44
评测机
分数
90
总耗时
≥1940ms
峰值内存
≥250.0 MiB