Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Python。 數據存儲和處理
(Python) 集合
Module:
(Python) 集合
Problem
3
/10
使用集合。方法 - 2
Theory
Click to read/hide
Error
Problem
米什卡决定在其他任务上测试丹尼斯卡的能力。例如,我决定检查两个数字列表中的 Deniska 是否可以快速计算出两个列表中同时出现的数字的数量。正如我们所知,丹尼斯卡喜欢炫耀,并表示他很容易做到。他让你 为他写一个程序。
在 Python 中,这可以在一行中完成。
输入
输入两个数字列表。每个列表的所有数字都在单独的一行上。
印记
打印问题的答案。
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
1 3 2
5 1 2
2
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary