3.超简单模仿算术题

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

 

posted @ 2018-09-13 21:36  Estwind  阅读(193)  评论(0编辑  收藏  举报