#18128:


rexwu1104@gmail.com (黑雪公主 Black Lotus)

School : 新北市私立南山高級中學
ID : 93041
IP address : [49.216.131.103]
Last Login :
2024-06-06 19:28:43
d659. 11727 - Cost Cutting -- UVa11727 | From: [114.24.4.158] | Post Date : 2019-06-18 17:03

if ((c>b&&b>d)||(d>b&&b>c))
else if ((b>c&&c>d)||(d>c&&c>b))
else
醬就好
 
#18130: Re:解法


rexwu1104@gmail.com (黑雪公主 Black Lotus)

School : 新北市私立南山高級中學
ID : 93041
IP address : [49.216.131.103]
Last Login :
2024-06-06 19:28:43
d659. 11727 - Cost Cutting -- UVa11727 | From: [114.24.4.158] | Post Date : 2019-06-18 18:56

 
if ((c>b&&b>d)||(d>b&&b>c)) printf("Case %d: %d\n", i, b);
else if ((b>c&&c>d)||(d>c&&c>b)) printf("Case %d: %d\n", i, c);
else printf("Case %d: %d\n", i, d);
 
 
ZeroJudge Forum