- 博客(2)
- 收藏
- 关注
原创 2021-11-10
文件的读写 例 input.txt 10 56 12 1 99 1000 234 33 55 99 812 output.txt 532.00 注意:.txt是后缀,不用写的 代码展示(c++) #include<bits/stdc++.h> #include #include<stdio.h> using namespace std; int main() { freopen(“in.txt”,“r”,stdin); //输入重定向,输入数据将从in.txt文件中读取 freope
2021-11-10 10:40:18
257
转载 大数加法(大数相加)
大数相加 郑州大学新生培训的一道题 链接: link.http://acm.zzu.edu.cn/problem.php?cid=1044&pid=2 题目如下: 问题 C: 高精A+B [1*+] 题目描述 输入A和B,计算A+B的值 Input 两行数据,分别是A和B 0<=A<=1E200 0<=B<=10^200 Output A+B的结果 Sample Input 1 1 Sample Output 2 标签 高精加 ...
2021-03-19 16:46:42
1026
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅