QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#188512 | #3216. Keep On Movin | bijiaolan | Compile Error | / | / | Python3 | 2.0kb | 2023-09-25 22:00:42 | 2023-09-25 22:00:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
File "answer.code", line 23 mint&operator*=(mint a){return(x=1ll*x*a.x%mod),*this;}mint&operator^=( int b){mint a=*this;x=1;while(b)(b&1)&&(*this*=a,1),a*=a,b>>=1;return*this;} ^ SyntaxError: invalid decimal literal