题解列表
编写题解 2841: 大整数加法
摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ int maxmine = 210; int a[maxmine……
一个while循环,用了点小技巧,代码的关键就在y=y-m
摘要:#include<stdio.h>
int main()
{
int n = 0;
double m = 0, y = 0;
scanf("%lf %d", &m, &n);
wh……
1093 字符逆序 字符串
摘要:#include<stdio.h>#include<string.h> int main(){ char str[100]; gets(str); int a,i,temp; a=strlen(str……
和前面的全排列一样 答案对 提交为啥一直是编译错误 求大哥
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int b[100000];int a[100000];int n;int inde……