5.除法算术题

#include <stdio.h>
int main()
{
    printf("%d\n",12/2);
    return 0;
}

 

posted @ 2018-09-13 21:57  Estwind  阅读(285)  评论(0)    收藏  举报