Compare commits
No commits in common. "1c8057dfdedba7f512e8a63df32c833072eeeafd" and "43deb91a60015d59043916a31b58b15e58517ed1" have entirely different histories.
1c8057dfde
...
43deb91a60
|
@ -1,2 +1,2 @@
|
||||||
l=set(map(int,open(0)))
|
l=set(map(int,open(0)))
|
||||||
print([a*b for a in l if(b:=2020-a)in l])
|
print([a*b for a in l if (b:=2020-a) in l])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user