Atcoder Beginner Contest 261 By xiaruize A - Intersection 签到题,强烈推荐写暴力, 不要用数学!!! 不要用数学!!! 不要用数学!!! 不要问我怎么知道的qwq Code 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960// Problem: A - Intersection// Contest: AtCoder - AtCoder Beginner Contest 261// URL: https://atcoder.jp/contests/abc261/tasks/abc261_a// Memory Limit: 1024 MB// Time Limit: 2000 ms//// Powered by CP Editor (https://cpeditor.org)/* Name: ...