QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#299161 | #7901. Basic Substring Structure | ucup-team244# | Compile Error | / | / | C++14 | 5.6kb | 2024-01-06 17:28:42 | 2024-01-06 17:28:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void lcp_array()’: answer.code:71:14: error: expected ‘;’ before ‘}’ token 71 | h//eigh[rank[i]] = lcp; | ^ | ; 72 | } | ~ answer.code: In function ‘void solve()’: answer.code:97:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 97 | scanf("%d",&n); | ~~~~~^~~~~~~~~ answer.code:100:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 100 | scanf("%d",&ss[i]); | ~~~~~^~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:200:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 200 | scanf("%d",&t); | ~~~~~^~~~~~~~~