摘要:
#include <iostream> //核心思想在于穿墙而过 #include <cstdio> using namespace std; int main() { int n,l,p,maxv=0,minv=0; scanf("%d%d",&l,&n); for(int i=1;i<=n;i+ 阅读全文
posted @ 2020-08-13 17:48
py佐料
阅读(98)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <cstdio> #include <algorithm> using namespace std; int a[100]; int main() { int n,k; cin>>n>>k; for(int j=0;j<n;j++) cin> 阅读全文
posted @ 2020-08-13 16:59
py佐料
阅读(134)
评论(0)
推荐(0)