面試題之實現3^100次方和大整數的相乘

   今天則主要和你們來講一下如何利用數組來存儲大數據,咱們先來看第一個小的算法,實現3^100次方:算法  具體代碼以下:數組   #include <stdio.h> #include <stdlib.h> #include <strings.h> #define N 500 int main(int argc,char **argv) { int s,j,i,cp,x,n,b;
相關文章
相關標籤/搜索