2972: 除以13(c++代码) 摘要:```cpp #include #include using namespace std; const int N=1e5+10; void fwrite(int n) { if(n>…… 题解列表 2023年01月29日 0 点赞 0 评论 625 浏览 评分:9.9
除以13(高精度计算,超级详细,欢迎参考) 解题思路:把这一串数字放到一个字符数组里面,然后将其取出放入一个整形数组里面,再做位运算即可。#include#include//这里我们用到了就计算数组长度的strlenintmain(){chara[101];//字符数组主要用用来我们的存数据操作intb[101];//将字符的数组来存到我们的整 题解列表 2022年12月14日 0 点赞 0 评论 1027 浏览 评分:9.9