| Problem | binarycoins |
|---|---|
| User | zyc |
| Submission Time | 2025-12-08 14:47:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘void solve()’:
binarycoins.cpp:32:2: error: ‘bitset’ was not declared in this scope
32 | bitset<64> b(N);
| ^~~~~~
binarycoins.cpp:14:1: note: ‘std::bitset’ is defined in header ‘<bitset>’; did you forget to ‘#include <bitset>’?
13 | #include <cstring>
+++ |+#include <bitset>
14 |
binarycoins.cpp:32:13: error: ‘b’ was not declared in this scope
32 | bitset<64> b(N);
| ^