// @COMPILECMD gcc $@ -o graph.out -ggdb -O0 -fno-unroll-loops
#include "header.h"

signed main(){
	int r = fun();
	return r;
}