Solution: I have took help from net.And after taking a look I understood what to do actually….
Problem:https://www.urionlinejudge.com.br/judge/en/problems/view/1012 Solution: Don’t use float as in the problem it is said to use double And hrere…
Problem Link: https://www.urionlinejudge.com.br/judge/en/problems/view/1011 Solution: I first tried to do with float but it was not giving me…
Problem: https://www.urionlinejudge.com.br/judge/en/problems/view/1010 Solution: Here I have used array and for loop and defines the array index inside…
Problem:https://www.urionlinejudge.com.br/judge/en/problems/view/1009 Solution:First I thought it is about gross margin but after searching in net i have come…
Problem: https://www.urionlinejudge.com.br/judge/en/problems/view/1007 Solution: #include<stdio.h> int main() { int a,b,c,d,difference; scanf(“%d %d %d %d”,&a,&b,&c,&d); difference=((a*b)-(c*d)); printf(“DIFERENCA = %d\n”,difference);…
Recent Comments