0_0_38779908_30663.cpp: In function 'void solve()':
0_0_38779908_30663.cpp:23:17: error: 'INT64_MAX' was not declared in this scope
23 | int ans=INT64_MAX;
| ^~~~~~~~~
0_0_38779908_30663.cpp:4:1: note: 'INT64_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
3 | #include<cmath>
+++ |+#include <cstdint>
4 | #define int long long
|