3460: 计算(a+b)/c的值
Memory Limit:256 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
[md]
给定$3$个整数$a、b、c$,计算表达式$\frac {a+b}{c}$的值。
[/md]
Sample Input Copy
1 1 3
Sample Output Copy
0