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