/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In member function 'void SUFFIXARRAY::build_height()':
/in/foo.cc:45:12: warning: unused variable 'j' [-Wunused-variable]
     int i, j, k = 0;
            ^
/in/foo.cc: In member function 'int SUFFIXARRAY::getlcp(int, int)':
/in/foo.cc:67:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (l>r)swap(l,r);l++;
     ^~
/in/foo.cc:67:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if (l>r)swap(l,r);l++;
                       ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:114:10: warning: unused variable 'l2' [-Wunused-variable]
      int l2=strlen(s2);
          ^~
# 状态 耗时 内存占用
#1 Accepted 25ms 25.094 MiB
#2 Accepted 35ms 25.105 MiB
#3 Accepted 34ms 25.07 MiB
#4 Accepted 32ms 24.375 MiB
#5 Accepted 34ms 24.797 MiB
#6 Accepted 31ms 25.0 MiB
#7 Accepted 123ms 25.328 MiB
#8 Accepted 110ms 25.465 MiB
#9 Accepted 199ms 25.75 MiB
#10 Accepted 194ms 25.98 MiB

信息

递交者
类型
递交
题目
Detect the Secret
比赛
2018XMU程序设计竞赛网络预赛第一场
语言
C++
递交时间
2018-04-22 15:53:54
评测时间
2018-04-22 15:53:54
评测机
分数
100
总耗时
822ms
峰值内存
25.98 MiB