3.超简单模仿算术题

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

猜你喜欢

转载自www.cnblogs.com/Estwind/p/9643307.html