摘要: https://www.hhtz.gov.cn/art/2024/7/10/art_1229270441_4283449.html https://www.ftchineselive.com/ 阅读全文
posted @ 2024-12-24 16:06 zJanly 阅读(2) 评论(0) 推荐(0) 编辑
摘要: #include <gmp.h>#include <stdio.h>#include <string.h>int main2(int argc, const char *argv[]){ mpz_t z_i, z_s, z_o; //定义多精度整数类型 //用1初始化变量 mpz_init_set_ 阅读全文
posted @ 2024-12-24 14:38 zJanly 阅读(3) 评论(0) 推荐(0) 编辑