QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#224471 | #2933. Sequinary Numerals | HuangHanSheng | Compile Error | / | / | C++17 | 654b | 2023-10-23 02:56:05 | 2023-10-23 02:56:06 |
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:12:26: error: expected ‘;’ before ‘pow’ 12 | num += (s[i]-'0')pow(3, p)(2LL << (32-p)); | ^~~ | ;