0_0_39476801_25345.cpp:19:13: error: 'int32_t' does not name a type
19 | using i32 = int32_t;
| ^~~~~~~
0_0_39476801_25345.cpp:15:1: note: 'int32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
14 | #include <cassert>
+++ |+#include <cstdint>
15 |
0_0_39476801_25345.cpp:54:1: error: 'i32' does not name a type
54 | i32 main() {
| ^~~
|