0_0_39810598_15888.cpp: In function 'int main()':
0_0_39810598_15888.cpp:4:13: error: 'INT32_MAX' was not declared in this scope
4 | #define inf INT32_MAX
| ^~~~~~~~~
0_0_39810598_15888.cpp:12:21: note: in expansion of macro 'inf'
12 | Dist[i]=inf;
| ^~~
0_0_39810598_15888.cpp:3:1: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
2 | #include <cmath>
+++ |+#include <cstdint>
3 | using namespace std;
0_0_39810598_15888.cpp:4:13: error: 'INT32_MAX' was not declared in this scope
4 | #define inf INT32_MAX
| ^~~~~~~~~
0_0_39810598_15888.cpp:26:17: note: in expansion of macro 'inf'
26 | Min=inf;
| ^~~
0_0_39810598_15888.cpp:4:13: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
4 | #define inf INT32_MAX
| ^~~~~~~~~
0_0_39810598_15888.cpp:26:17: note: in expansion of macro 'inf'
26 | Min=inf;
| ^~~
0_0_39810598_15888.cpp:4:13: error: 'INT32_MAX' was not declared in this scope
4 | #define inf INT32_MAX
| ^~~~~~~~~
0_0_39810598_15888.cpp:46:26: note: in expansion of macro 'inf'
46 | if(Dist[target]==inf) cout<<-1<<endl;
| ^~~
0_0_39810598_15888.cpp:4:13: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
4 | #define inf INT32_MAX
| ^~~~~~~~~
0_0_39810598_15888.cpp:46:26: note: in expansion of macro 'inf'
46 | if(Dist[target]==inf) cout<<-1<<endl;
| ^~~
|