标签:span ges images code ima turn scanf 大学 image
#include <stdio.h> int main() { int A,B,C; scanf("%d %d",&A,&B); C=A*B; printf("%d",C); return 0; }
大学第三周作业
原文地址:http://www.cnblogs.com/archeralter/p/7701390.html