暖风
Results
1
comments of
暖风
这个代码输入输出会读错了,有没有大佬帮忙看看,谢谢 ``` import java.util.*; public class Problem4 { static class Tag{ int L; long A; Tag(int l,long a){ this.L=l; this.A=a; } } public static void main(String[] args) { Scanner scanner=new...