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