标签:main color int printf pre include col ret 算术
#include <stdio.h> int main() { printf("%d\n",10-7); return 0; }
3.超简单模仿算术题
原文地址:https://www.cnblogs.com/Estwind/p/9643307.html