Problem | simplemath2 |
---|---|
User | UVRAYS |
Submission Time | 2024-11-08 12:26:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simplemath2.cpp: In function ‘int main()’:
simplemath2.cpp:7:21: error: ‘pow’ was not declared in this scope
7 | long long res = pow(10, N);
| ^~~