C语言编程:仅用stdio.h,利用数组求30位大整数之差

日期:2016-05-10 09:19:00 人气:1

C语言编程:仅用stdio.h,利用数组求30位大整数之差

//#include "stdafx.h"//vc++6.0加上这一行. #include "stdio.h" #include "string.h" int main(void){ char a[30],b[30]; int i,j; printf("Input 2 Large numbers(length<=30)...\n");
    A+
热门评论