open /var/local/lib/isolate/412/box/a.out: no such file or directory
main.cpp: In function 'int main()':
main.cpp:7:17: error: 'INT_MAX' was not declared in this scope
7 | int N,K,inf=INT_MAX,p=0,a,b,c;
| ^~~~~~~
main.cpp:2:1: note: 'INT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?
1 | #include <iostream>
+++ |+#include <climits>
2 |
main.cpp:13:9: error: 'p' was not declared in this scope
13 | p=0;
| ^
main.cpp:14:9: error: 'a' was not declared in this scope
14 | a=H[i];b=H[i+1];c=H[i+2];
| ^
main.cpp:14:16: error: 'b' was not declared in this scope
14 | a=H[i];b=H[i+1];c=H[i+2];
| ^
main.cpp:14:25: error: 'c' was not declared in this scope
14 | a=H[i];b=H[i+1];c=H[i+2];
| ^