可以使用%I64d 有符號整數 或者 %I64u 無符號整數 來表示
修改后的printf語句:
printf("f(%I64u) = %I64u /n",number,number);
Powered by: C++博客 Copyright © 點點滴滴