上题会模仿了吧。再来模仿一个。
现在要求你模仿一个乘法的算术题
标签:pre rip source main for span stdio.h mode 起点
上题会模仿了吧。再来模仿一个。
现在要求你模仿一个乘法的算术题
没有输入
输出9乘以10的值
90
1 #include <stdio.h> 2 3 int main() 4 { 5 6 printf("%d\n",9*10); 7 8 return 0; 9 10 }
标签:pre rip source main for span stdio.h mode 起点
原文地址:http://www.cnblogs.com/dddddd/p/6675845.html