题解 1099: 校门外的树

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

敲简单C语言代码!!!

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main (){    int m,l,i,c[10086],j,k=0;    scanf ("%d %d",&l,&m); ……

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……

编写题解 1099: 校门外的树

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){    int M,L;    int a[100]={0};    int b[……

校门外的树(C++简单代码)

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

校门外的数

摘要:```cpp #include #include using namespace std; int main() { int n,m; cin>>n>>m; int c[1000……

1099: 校门外的树

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a[10000000];int main(){    int l,m,su……

1099: 校门外的树

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int l,m,tree[10000000],s,e,sum=0;int main……

校门外的坤

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>int l,m,tree[10000000];using namespace std;int main(){    int……