Problem | funnyhat |
---|---|
User | gelastropod |
Submission Time | 2024-12-30 16:09:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
funnyhat.cpp: In function ‘int find_hat(int, std::vector<int>)’:
funnyhat.cpp:72:111: error: expected ‘;’ before ‘}’ token
72 | return ranges[crnt].first + ((double)rnd() / (double)INT_MAX) * (ranges[crnt].second - ranges[crnt].first)
| ^
| ;
73 | }
| ~