摘要: 1.P1739 表达式括号匹配 题目:https://www.luogu.com.cn/problem/P1739 代码: #include<bits/stdc++.h> #include<iostream> #include<cstdio> #include<cstring> #include<a 阅读全文
posted @ 2023-05-20 17:36 天雷小兔 阅读(98) 评论(0) 推荐(0)
摘要: 1.分糖果 原题:https://www.luogu.com.cn/problem/P7909 原代码: #include<bits/stdc++.h> #define ll long long using namespace std; ll n,l,r; int main(){ cin>>n>>l 阅读全文
posted @ 2023-05-20 10:23 天雷小兔 阅读(127) 评论(0) 推荐(0)