首页 > Hello I am HERE!
头像 极为沙雕的大奶熊礽荣
发表于 2020-12-14 19:47:58
去除前导零就可 #include <iostream> #include <algorithm> #include <string.h> #include <vector> #include <cmath> typedef long lon 展开全文
头像 Wmiracle
发表于 2021-08-30 19:31:04
Hello I am HERE! 题目描述There are many difficulties in today's contest, but this is definitely not one of them.Because I want you to do it, the classic 展开全文
头像 牛客532105025号
发表于 2022-08-02 14:57:32
高精度模板题 读入,反转,去除前置零 之后高精度模板 再反转即可 using namespace std; int main() { int t; cin>>t; while(t--) { string a,b; cin> 展开全文