Problem | summit |
---|---|
User | 6root2i |
Submission Time | 2023-09-01 18:47:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
summit.cpp: In function ‘bool height(long int, long int, long int)’:
summit.cpp:6:3: error: expected ‘,’ or ‘;’ before ‘long’
6 | long n = 0
| ^~~~
summit.cpp:8:10: error: ‘i’ was not declared in this scope
8 | while (i != 0 && h < m){
| ^
summit.cpp:9:30: error: ‘n’ was not declared in this scope
9 | i = tgamma(d)*k/tgamma(d+n);
| ^