3.超简单模仿算术题

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

 

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