题解列表

筛选

2789: 骑车与走路

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){int&……

for循环和while循环

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>typedef struct Node{ int id; int……

求和供大家参考

摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;inta[200000];int&nb……

c++铲雪车(snow)

摘要:```cpp#include #include #include using namespace std;double ans=0;void translate(int……

数学方法-推公式---------

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;const int N = 1010;int a[N];int main(){&n……