0_0_39780174_12232.cpp:85:1: error: 'int32_t' does not name a type
85 | int32_t main() {
| ^~~~~~~
0_0_39780174_12232.cpp:4:1: note: 'int32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
3 | #include <algorithm>
+++ |+#include <cstdint>
4 |
|