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