0_0_39836151_12276.cpp:24:1: error: 'int32_t' does not name a type
24 | int32_t main() {
| ^~~~~~~
0_0_39836151_12276.cpp:5:1: note: 'int32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
4 | #include <iostream>
+++ |+#include <cstdint>
5 | using namespace std;
|