QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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