随笔分类 -  基础算法-前缀和

摘要:1 #include<bits/stdc++.h> 2 using namespace std; 3 inline int re_ad() { 4 char ch=getchar(); int x=0,f=1; 5 while(ch<'0' || '9'<ch) { if(ch=='-') f=-1 阅读全文
posted @ 2021-10-04 22:02 上官书房 阅读(36) 评论(0) 推荐(0)