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