QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#836468 | #9922. Mah-jong | ucup-team5240# | Compile Error | / | / | C++20 | 1.6kb | 2024-12-28 21:03:30 | 2024-12-28 21:03:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:13:31: error: ‘in’ was not declared in this scope; did you mean ‘i’? 13 | for(int i=1;i<=n;i++) in>>a[i]; | ^~ | i