1099: 校门外的树
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ char L[10001]={0}; int a……
感谢群主,我终于知道建地铁时候怎么移树了
摘要:解题思路:注意事项:看了题解完全就是模拟,再没有去判断谁大谁小,直接干就完事了参考代码:l,m=map(int,input().split())##print(l,m)T=[1 for i in ra……
敲简单C语言代码!!!
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main (){ int m,l,i,c[10086],j,k=0; scanf ("%d %d",&l,&m); ……
解决大树问题二位数组的运用
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[100000]; int length; int number; int b[100000][2];……
编写题解 1099: 校门外的树
摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int M,L; int a[100]={0}; int b[……
编写题解 1099: 校门外的树
摘要: #include
#include
#include
#include
#include
#include
using namesp……
校门外的树(C++简单代码)
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ long long L,M,sum=0,a[1000……