QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~~~^~~~~~~~~