4.再模仿一个算术题

#include <stdio.h>
int main()
{
    printf("%d\n",9*10);
    return 0;
}

 

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