Rust has 128-bit integers, these are denoted with the data type i128 (and u128 for unsigned ints): let a: i128 = ...
確定! 回上一頁