摘要:
#include<bits/stdc++.h> using namespace std; int main() { int N; while(cin>>N) { int a[3001]={0}; int i=0; a[0]=1; while(N) { for(i=0;i<3001;i++) { if 阅读全文
posted @ 2023-05-13 23:24
刘海烽
阅读(23)
评论(0)
推荐(0)
摘要:
#include <iostream> using namespace std; int main() { int a[50] = { 0 }, b[50] = {0}, m, n, i, x, j = 1, count = 0; while (cin >> m >> n) { x = m; //防 阅读全文
posted @ 2023-05-13 22:46
刘海烽
阅读(20)
评论(0)
推荐(0)
摘要:
#include <bits/stdc++.h> using namespace std; const int maxn=206; int n[maxn],m[maxn],ans[maxn]; int main(int argc, char const *argv[]) { string a,b; 阅读全文
posted @ 2023-05-13 19:31
刘海烽
阅读(38)
评论(0)
推荐(0)
摘要:
#include<stdio.h> #include<string.h> int main() { int a[201]={0},b[201]={0}; char c[201]={'\0'},d[201]={'\0'}; //*字符数组用来储存输入的两个大整数 while(gets(c)) //*多 阅读全文
posted @ 2023-05-13 19:27
刘海烽
阅读(28)
评论(0)
推荐(0)

浙公网安备 33010602011771号