Codeforces Round #658 (Div. 2)题解ABC(1.2)D

A. Common Subsequence 题目连接 https://codeforces.com/contest/1382/problem/Aios 思路 数据不是很大,直接vis标记一下在a中出现过的数,而后在b中遇到相同的数记录一下就能够web 代码 #include<stdio.h> int t, n, m, temp, flag; int a; int main(){ scanf
相关文章
相关标签/搜索