Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:107:37: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'll* {aka long long int*}' [-Wformat=]
scanf("%d%d%I64d",&u,&v,&val);
~~~~^