QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#143288 | #6411. Classical FFT Problem | asdf1234coding | Compile Error | / | / | C++20 | 10.1kb | 2023-08-21 00:48:39 | 2023-08-21 00:49:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int32_t main()’: answer.code:491:28: error: ‘in’ was not declared in this scope; did you mean ‘yn’? 491 | ret-=fact[k]; ret%=MOD;in | ^~ | yn