new field added
This commit is contained in:
2
solutions/48/1
Normal file
2
solutions/48/1
Normal file
@@ -0,0 +1,2 @@
|
||||
1 2 3 4 5
|
||||
4
|
1
solutions/48/1.a
Normal file
1
solutions/48/1.a
Normal file
@@ -0,0 +1 @@
|
||||
3
|
3
solutions/48/solution.py
Normal file
3
solutions/48/solution.py
Normal file
@@ -0,0 +1,3 @@
|
||||
l = list(map(int, input().split()))
|
||||
n = int(input())
|
||||
print(l.index(n))
|
Reference in New Issue
Block a user