题解 P2005【A/B Problem II】

· · 题解

此题乃是正宗高精,于是,肮脏的我立刻想到了Python3

代码:

print(int(input())//int(input()))
//注:在Python3里面,‘//’表示整除,‘/‘表示小数除,所以此题用'//'