南阳399

1 #include<stdio.h>
2 int main()
3 {
4     int n,b;
5     while(~scanf("%d%d",&n,&b))
6         printf("%d
",n/b);
7 }
原文地址:https://www.cnblogs.com/qq188380780/p/6361024.html