| Problem | management |
|---|---|
| User | lucaskoh |
| Submission Time | 2026-06-23 16:14:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
management.cpp:1:11: error: ‘int64_t’ does not name a type
1 | constexpr int64_t PageSize() {
| ^~~~~~~
management.cpp:5:11: error: ‘int64_t’ does not name a type
5 | constexpr int64_t precomputed_value = PageSize() * 1024;
| ^~~~~~~