文章列表

筛选

好好学习天天向上

摘要:每天都要敲代码,熟能生巧,好好学习天天向上。在无数个刷题到深夜的夜晚,你要告诉自己,为了自己能够走向更好的远方,为了见自己想见的人,为了做自己想做的事情,更为了成为那个更好的自己,好好努力。In co……

a+b(python)两数之和

摘要:while True:    num1=list(map(int,input().split()))    sum=0    for i in range(0,len(num1)):        s……

九宫填数(c++)代码

摘要:#include<iostream>#include<cstdio>#include<algorithm>#include<cmath>#include<cstring>#include<vector……

矩阵行列互换

摘要:#原始#00 01 02#10 11 12#20 21 22#转化为#00 10 20#01 11 21#02 12 22#定义 3*3二维数组arr=[[0 for i in range(3)] f……

李白打酒O。o

摘要:#include <bits/stdc++.h>using namespace std;int sum = 0;void f(int dian, int hua, int jiu){    if(di……

振兴中华O。o

摘要:#include <bits/stdc++.h>using namespace std;int a[]={0,1};int b[]={1,0};int cnt;void dfs(int x,int y……