diff --git a/SPLST_makrand.c b/SPLST_makrand.c new file mode 100644 index 0000000..afa1084 --- /dev/null +++ b/SPLST_makrand.c @@ -0,0 +1,32 @@ +#include + +int main(void) { + // your code goes here + int T=0; + scanf("%d",&T); + while(T-- > 0){ + unsigned int a=0,b=0,c=0,x=0,y=0,l=0; + scanf("%u%u%u%u%u",&a,&b,&c,&x,&y); + if((a+b+c)==(x+y)){ + if(x