摘要:
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc=new Scanner(System.in);//构建一个数据,输入对象 byte a=10; shor 阅读全文
摘要:
https://www.luogu.com.cn/problem/P1160 //链表 #include<bits/stdc++.h> using namespace std; typedef long long LL; const int N=2002000,M=2002; const int I 阅读全文
摘要:
https://atcoder.jp/contests/abc236/tasks/abc236_d 题意:两个两个组队,开心值异或,求最大开心值。 注意这句话: If Person i and Person j pair up, where i is smaller than j。 Sample I 阅读全文