#include"stdio.h"main(){ int a,b,c;scanf("%d%d",&a,&b);c=a/b; printf("c=%d\n",c);}
posted on 2018-09-26 14:01 大锤a 阅读(1462) 评论(0) 收藏 举报