| Problem | platonic24 |
|---|---|
| User | popperoni |
| Submission Time | 2025-12-18 01:00:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
In file included from /usr/include/c++/9/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp:45,
from /usr/include/c++/9/ext/pb_ds/detail/container_base_dispatch.hpp:90,
from /usr/include/c++/9/ext/pb_ds/assoc_container.hpp:48,
from platonic24.cpp:18:
platonic24.cpp: In function ‘int main()’:
platonic24.cpp:98:23: error: ‘m’ was not declared in this scope
98 | assert(n<=100000 and m<=100000 and n>=1 and m>=1 and m<=n);
| ^