0_0_39292447_11093.cpp:61:1: error: 'int32_t' does not name a type
61 | int32_t main() {
| ^~~~~~~
0_0_39292447_11093.cpp:7:1: note: 'int32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
6 | #include <queue>
+++ |+#include <cstdint>
7 |
|