#include <stdio.h> int main(){ int gcd(int,int); int lcm(int,int); int num1,num2; printf("Please input two number ,we will calculate the gcd ...
確定! 回上一頁