printf format specifiers for uint32_t and size_t. Try #include <inttypes.h> ... printf("i [ %zu ] k [ %"PRIu32" ]\n", i, k);.
確定! 回上一頁