摘要: 1 #include<iostream> 2 #include<cstring> 3 #include<string> 4 using namespace std; 5 int main() 6 { 7 char str1[256],str2[256]; 8 int a[256],b[256],c[ 阅读全文
posted @ 2020-05-06 16:46 TTTCoder 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 用高精度方法,求s=1+2+3+.....+n的精度值(n以一般整数输入,n<=10^100) 1 #include<iostream> 2 #include<cstring> 3 #include<string> 4 using namespace std; 5 int main() 6 { 7 阅读全文
posted @ 2020-05-06 16:43 TTTCoder 阅读(1416) 评论(0) 推荐(0) 编辑