Problem | distribution |
---|---|
User | Pan |
Submission Time | 2023-12-05 12:03:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
distribution.cpp: In function ‘int main()’:
distribution.cpp:34:25: error: ‘pow’ was not declared in this scope
34 | for (int i=1; i<((int )pow(3,mid)); ++i)
| ^~~
distribution.cpp:48:25: error: ‘pow’ was not declared in this scope
48 | for (int i=1; i<((int )pow(3,n-mid)); ++i)
| ^~~