题解列表

筛选

python-扑克排序

摘要:解题思路:①将2~10,J,Q,K,A 分别对应下标0~13②将颜色方块(d)、梅花(c)、红桃(h)、黑桃(s)分别对应下标0~3③将结果存放在result数组中,数组中每个元素为一个4*1大小的数……

走方格,dfs

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cstdio>#include<algorithm>#include<cmath>#include<cstring>……

太简单了,我都不想解释

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){    string a,b;    while(cin>>a……

编写题解 1235: 检查金币

摘要:解题思路:注意事项:参考代码:while True:     try:         n=int(input())         for a in range(9,12):       &nb