| Problem | atomsplit |
|---|---|
| User | R9q5P8 |
| Submission Time | 2026-07-15 20:00:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:9:57: error: ‘bit_width’ was not declared in this scope
9 | for (int i = 0; i < n; ++i) {int c; cin >> c; total += bit_width(c);}
| ^~~~~~~~~