Problem losingsleep
User j0ashhh
Submission Time 2025-08-21 19:35:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

losingsleep.cpp: In function ‘int main()’:
losingsleep.cpp:10:7: error: invalid operands of types ‘long long unsigned int’ and ‘__gnu_cxx::__promote_2<int, int, double, double>::__type’ {aka ‘double’} to binary ‘operator%’
10 | if(a%pow(2,b) == 0){
| ~^~~~~~~~~
| | |
| | __gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}
| long long unsigned int
losingsleep.cpp:16:10: error: ‘n’ was not declared in this scope
16 | cout << n+b+c;
| ^