题解列表

筛选

记录一下(烦人的dfs)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std; int a[100];int a1[100] ,a2[100],&nb……

3018:末两位数

摘要:解题思路:注意事项:参考代码:n=int(input())sum=1992**na=sum%100print(f'{a:0>2d}')……

打印平行四边形

摘要:```cpp#includeusing namespace std;int main(){ int a,b,c,d; scanf("%d",&a); for(b=a……