题解列表

筛选

暴力写法优化

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long re=0; ……

简单的暴力

摘要:解题思路:注意事项:这个a数组我考试,以为只有100个 ,想了一下应该是100*100 所以数组应该开1000以上参考代码:#include<bits/stdc++.h>using nam……

:自动晾衣机

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int a[1000]; int……

电导流的矩形

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int a[10][4]; in……