1120: C语言3.4
Memory Limit:32 MB
Time Limit:1.000 S
Judge Style:Normal Judger
Creator:
Submit:5
Solved:3
Description
求以下算术表达式的值:
(float)(a+b)/2+(int)x%(int)y
Input
只有一行,包含四个数a,b,x,y,用空格隔开。其中x和y是浮点数,a和b是整数。
Output
输出题目描述中表达式的值并保留6位小数。注意行尾输出换行。
Sample Input Copy
2 3 3.5 2.5
Sample Output Copy
3.500000