llllmz

导航

2024年9月17日

58. 区间和(第九期模拟笔试)

摘要: 中秋节摆了一天,感觉畏难情绪一直困扰着我,要好好调制状态才行。 #include<iostream> #include<vector> using namespace std; int main(){ int n = 0; cin >> n; vector<int> sum(n, 0); for(i 阅读全文

posted @ 2024-09-17 20:49 神奇的萝卜丝 阅读(22) 评论(0) 推荐(0)