小y的考试 分析 模拟就好了,求出长度最长的选项和长度最短的选项,然后在求出四个选项中比他们短的,比他们长的分别有多少个,判断即可 代码 //#pragma GCC optimize(3,"inline","Ofast","fast-math","no-stack-protector","unroll-loops") //#pragma GCC target("sse","sse2","sse3","sse4","avx","avx2","popcnt") /* (写点什么吧...) */ #include<bits/stdc++.h> #define R register #...