Problem | losingsleep |
---|---|
User | Joashhh |
Submission Time | 2024-12-11 21:01:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
losingsleep.cpp: In function ‘long long unsigned int findmin(long long unsigned int)’:
losingsleep.cpp:6:33: error: invalid type argument of unary ‘*’ (have ‘int’)
6 | unsigned long long power = 2**b
| ^
losingsleep.cpp:9:17: error: ‘a’ was not declared in this scope
9 | minimum = min(a+b+c, minimum);
| ^