h> #include<conio.h> void main(){ int one, two, multiply; printf("Enter first number - "); scanf("%d",&one); ...
確定! 回上一頁