2020年12月10日 — C99標準具有整數型別,其位元組大小如int64_t。我正在使用以下程式碼: #include <stdio.h> #include <stdint.h> int64_t my_int = 999999999999999999 ...
確定! 回上一頁