摘要: #include<bits/stdc++.h>#define ll long longusing namespace std;/* max 7*23=161 max2 1197 min 7*17=119 min2 83 如果超过119,不符合题意 max 11*21=231 max2 236 最高不 阅读全文
posted @ 2020-05-19 11:56 SyrupWRLD 阅读(104) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h>#define ll long longusing namespace std;//根据样例可看出分为两种情况,还要注意只输入一个字符的情况,按以下分情况判断即可int main( ){ int n; string s="10"; string t; c 阅读全文
posted @ 2020-05-19 09:04 SyrupWRLD 阅读(175) 评论(0) 推荐(0)