QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#468600 | #1281. Longest Common Subsequence | MaMengQi | Compile Error | / | / | C++20 | 2.6kb | 2024-07-08 21:48:12 | 2024-07-08 21:48:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void QwQ()’: answer.code:42:85: error: ‘siz’ was not declared in this scope; did you mean ‘sin’? 42 | n=rd(),m=rd(),k=max(n,m),cp=cq=cs=ct=ans=0,S.siz=T.siz=k<<1; for(int i=1;i<=siz;i++) S.tr[i]=T.tr[i]=-INF; | ^~~ | sin answer.code:50:16: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 50 | wr(ans,"\n"); | ^~~~