题解列表
图形-python取余数来选择位置
摘要:解题思路:注意事项:参考代码:s='2025'h,w=map(int,input().split())for i in range(h): a='……
借用改写了用sort()
摘要:解题思路:注意事项:参考代码:while 1: try: n = int(input()) if n ……
s01串(cx12g)
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string s,c; s="0&qu……
每个数的个数(cx12h)
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;map<int,int>mp;int main(){ int……