敲简单C语言代码!!! 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main (){ int m,l,i,c[10086],j,k=0; scanf ("%d %d",&l,&m); …… 题解列表 2022年10月30日 0 点赞 0 评论 253 浏览 评分:0.0
解决大树问题二位数组的运用 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[100000]; int length; int number; int b[100000][2];…… 题解列表 2022年11月05日 0 点赞 0 评论 252 浏览 评分:0.0
c语言:校门外的数 摘要:参考代码:#include<stdio.h>int main(){ int l,n,z,i,j=0; scanf("%d",&l); scanf("%d",&n); int a[l+1],x[n],y…… 题解列表 2022年12月14日 0 点赞 0 评论 295 浏览 评分:0.0
编写题解 1099: 校门外的树 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int M,L; int a[100]={0}; int b[…… 题解列表 2022年12月21日 0 点赞 0 评论 239 浏览 评分:0.0
编写题解 1099: 校门外的树 摘要: #include #include #include #include #include #include using namesp…… 题解列表 2023年03月05日 0 点赞 0 评论 212 浏览 评分:0.0
校门外的树(C++简单代码) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ long long L,M,sum=0,a[1000…… 题解列表 2023年03月16日 1 点赞 0 评论 263 浏览 评分:0.0
校门外的数 摘要:```cpp #include #include using namespace std; int main() { int n,m; cin>>n>>m; int c[1000…… 题解列表 2023年05月01日 0 点赞 0 评论 260 浏览 评分:0.0
1099: 校门外的树 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a[10000000];int main(){ int l,m,su…… 题解列表 2023年07月19日 0 点赞 0 评论 265 浏览 评分:0.0
1099: 校门外的树 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int l,m,tree[10000000],s,e,sum=0;int main…… 题解列表 2023年07月19日 0 点赞 0 评论 441 浏览 评分:0.0
校门外的坤 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>int l,m,tree[10000000];using namespace std;int main(){ int…… 题解列表 2023年07月19日 0 点赞 0 评论 279 浏览 评分:0.0