QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#78831 | #2933. Sequinary Numerals | MaMengQi | Compile Error | / | / | C++17 | 568b | 2023-02-20 02:34:45 | 2023-02-20 02:34:47 |
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:18:18: error: ‘pow’ was not declared in this scope 18 | a += d * pow(2, i) * pow(3, n - i); | ^~~