我知道要考虑0,但我不知道咋加进去,或者为0时输出什么
#include<stdio.h> int main(){ int m,t,s,b; b = s/t; printf("%d",m-b); return 0; }