QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#771402 | #5369. 时间旅行 | dongyc666 | Compile Error | / | / | C++17 | 1.2kb | 2024-11-22 12:33:52 | 2024-11-22 12:34:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:44:48: error: expected ‘;’ before ‘t’ 44 | j=min(n-1,(s>>(i-1))&1)t[++len]=task{a[i][j],i,j}; | ^ | ; answer.code:48:28: error: ‘Check’ was not declared in this scope; did you mean ‘check’? 48 | if(Check(mid))res=mid,l=mid+1; | ^~~~~ | check