Skip to content

Commit 256428d

Browse files
authored
Add files via upload
1 parent a704b30 commit 256428d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Binary file not shown.
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
a,b = input().split()
2+
a = int(a)
3+
for i in range(a):
4+
name = input()
5+
print(b)

0 commit comments

Comments
 (0)