A DNA sequence can be represented as a string consisting of the letters A, C, G and T, which correspond to the types of successive nucleotides in the sequence. Each nucleotide has an impact factor, which is an integer. Nucleotides of types A, C, G and T have impact factors of 1, 2, 3 and 4, respectively. You are going to answer several queries of the form: What is the minimal impact factor of nucleotides contained in a particular part of the given DNA sequence?
The DNA sequence is given as a non-empty string S = S[0]S[1]...S[N-1] consisting of N characters. There are M queries, which are given in non-empty arrays P and Q, each consisting of M integers. The K-th query (0 ≤ K < M) requires you to find the minimal impact factor of nucleotides contained in the DNA sequence between positions P[K] and Q[K] (inclusive).
For example, consider string S = CAGCCTA and arrays P, Q such that:
P[0] = 2 Q[0] = 4 P[1] = 5 Q[1] = 5 P[2] = 0 Q[2] = 6The answers to these M = 3 queries are as follows:
- The part of the DNA between positions 2 and 4 contains nucleotides G and C (twice), whose impact factors are 3 and 2 respectively, so the answer is 2.
- The part between positions 5 and 5 contains a single nucleotide T, whose impact factor is 4, so the answer is 4.
- The part between positions 0 and 6 (the whole string) contains all nucleotides, in particular nucleotide A whose impact factor is 1, so the answer is 1.
Write a function:
def solution(S, P, Q)
that, given a non-empty string S consisting of N characters and two non-empty arrays P and Q consisting of M integers, returns an array consisting of M integers specifying the consecutive answers to all queries.
Result array should be returned as an array of integers.
For example, given the string S = CAGCCTA and arrays P, Q such that:
P[0] = 2 Q[0] = 4 P[1] = 5 Q[1] = 5 P[2] = 0 Q[2] = 6the function should return the values [2, 4, 1], as explained above.
Write an efficient algorithm for the following assumptions:
- N is an integer within the range [1..100,000];
- M is an integer within the range [1..50,000];
- each element of arrays P and Q is an integer within the range [0..N - 1];
- P[K] ≤ Q[K], where 0 ≤ K < M;
- string S consists only of upper-case English letters A, C, G, T.
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(S, P, Q):
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
ip = {'A':1, 'C':2, 'G':3, 'T':4}
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
ip = {'A':1, 'C':2, 'G':3, 'T':4}
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append()
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
ip = {'A':1, 'C':2, 'G':3, 'T':4}
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append()
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def findmin():
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
ip = {'A':1, 'C':2, 'G':3, 'T':4}
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append()
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin():
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append()
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin():
return ret
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(start, end))
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(s, e):
return ret
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(start, end))
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(s, e):
return ret
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start], end))
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(s, e):
return ret
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
return ret
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return
return ret
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.
return ret
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ret
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
mydict.keys()[mydict.values().index(16)]
return ret
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
ip.keys()[ip.values().index(16)]
return ret
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 15, in solution counter[idx][ip[c]] += 1 IndexError: list index out of range
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] * N]
print(counter)
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 15, in solution counter[idx][ip[c]] += 1 IndexError: list index out of rangestdout:
[[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0]] * N
print(counter)
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
print(counter)
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
print(counter)
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 15, in solution counter[idx][ip[c]] += 1 IndexError: list index out of rangestdout:
[[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]]
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
print(counter)
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
print(counter)
for idx, c in enumerate(S):
print(idx, c, ip[c])
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 16, in solution counter[idx][ip[c]] += 1 IndexError: list index out of rangestdout:
[[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]] 0 C 2 1 A 1 2 G 3 3 C 2 4 C 2 5 T 4
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
print(counter)
for idx, c in enumerate(S):
print(cou)
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
print(counter)
for idx, c in enumerate(S):
print(counter)
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
print(counter)
for idx, c in enumerate(S):
print(counter)
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 16, in solution counter[idx][ip[c]] += 1 IndexError: list index out of rangestdout:
[[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]] [[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]] [[0, 0, 1, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]] [[0, 0, 1, 0], [0, 1, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]] [[0, 0, 1, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]] [[0, 0, 1, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]] [[0, 0, 1, 0], [0, 1, 0, 0], [0, 0, 0, 1], [0, 0, 1, 0], [0, 0, 1, 0], [0, 0, 0, 0], [0, 0, 0, 0]]
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [0,0,0,0]
print(counter)
for idx, c in enumerate(S):
print(counter)
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [0,0,0,0]
for idx, c in enumerate(S):
print(counter)
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [0,0,0,0]
for idx, c in enumerate(S):
print(counter)
counter[ip[c]-1] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [0,0,0,0]
for idx, c in enumerate(S):
print(counter)
counter[ip[c]-1] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 20, in solution ret.append(findmin(counter[start] - counter[end])) IndexError: list index out of rangestdout:
[0, 0, 0, 0] [0, 1, 0, 0] [1, 1, 0, 0] [1, 1, 1, 0] [1, 2, 1, 0] [1, 3, 1, 0] [1, 3, 1, 1]
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [0,0,0,0]
for idx, c in enumerate(S):
print(counter)
counter[ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[[0,0,0,0] for _ in range(N)]]
print(counter)
for idx, c in enumerate(S):
print(counter)
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[[0,0,0,0] for _ in range(N)]]
for idx, c in enumerate(S):
print(counter)
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[[0,0,0,0] for _ in range(N)]]
for idx, c in enumerate(S):
print(counter)
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 15, in solution counter[idx][ip[c]] += 1 TypeError: 'int' object is not iterablestdout:
[[[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]]]
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[[0,0,0,0] for _ in range(N)]]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[[0,0,0,0] for _ in range(N)]]
for idx, c in enumerate(S):
counter[idx][ip[c]] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 14, in solution counter[idx][ip[c]] += 1 TypeError: 'int' object is not iterable
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[[0,0,0,0] for _ in range(N)]]
for idx, c in enumerate(S):
counter[idx][ip[c]-] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[[0,0,0,0] for _ in range(N)]]
for idx, c in enumerate(S):
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 14, in solution counter[idx][ip[c]-1] += 1 TypeError: 'int' object is not iterable
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 18, in solution ret.append(findmin(counter[start] - counter[end])) TypeError: unsupported operand type(s) for -: 'list' and 'list'stdout:
[[0, 1, 0, 0], [1, 0, 0, 0], [0, 0, 1, 0], [0, 1, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1], [1, 0, 0, 0]]
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
cop
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = counter[idx-1]
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S[1:]):
counter[idx] = counter[idx-1]
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S[1:]):
counter[idx+1] = counter[idx]
counter[idx+1][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S[1:]):
counter[idx] = counter[idx-1]
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S[1:]):
counter[idx] = counter[idx-1]
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 19, in solution ret.append(findmin(counter[start] - counter[end])) TypeError: unsupported operand type(s) for -: 'list' and 'list'stdout:
[[2, 2, 1, 1], [2, 2, 1, 1], [2, 2, 1, 1], [2, 2, 1, 1], [2, 2, 1, 1], [2, 2, 1, 1], [2, 2, 1, 1]]
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S[1:]):
counter[idx] = counter[idx-1]
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S[1:]):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S[1:]):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 20, in solution ret.append(findmin(counter[start] - counter[end])) TypeError: unsupported operand type(s) for -: 'list' and 'list'stdout:
[[1, 0, 0, 0], [1, 0, 1, 0], [1, 1, 1, 0], [1, 2, 1, 0], [1, 2, 1, 1], [2, 2, 1, 1], [0, 0, 0, 0]]
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S[1:]):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S[1:]):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 20, in solution ret.append(findmin(counter[start] - counter[end])) TypeError: unsupported operand type(s) for -: 'list' and 'list'stdout:
[[0, 1, 0, 0], [1, 1, 0, 0], [1, 1, 1, 0], [1, 2, 1, 0], [1, 3, 1, 0], [1, 3, 1, 1], [2, 3, 1, 1]]
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
print
ret.append(findmin(counter[start] - counter[end]))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
print(counter[start], counter[end])
ret.append(findmin(counter[start] - counter[end]))
return ret
Traceback (most recent call last): File "exec.py", line 155, in <module> main() File "exec.py", line 117, in main result = solution( S, P, Q ) File "/tmp/solution.py", line 21, in solution ret.append(findmin(counter[start] - counter[end])) TypeError: unsupported operand type(s) for -: 'list' and 'list'stdout:
[[0, 1, 0, 0], [1, 1, 0, 0], [1, 1, 1, 0], [1, 2, 1, 0], [1, 3, 1, 0], [1, 3, 1, 1], [2, 3, 1, 1]] [1, 1, 1, 0] [1, 3, 1, 0]
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
print(counter[start], counter[end])
ret.append(findmin(counter\))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter, start, end))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
ret.append(findmin(counter, start, end))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
if
ret.append(findmin(counter, start, end))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
if counter[start][i] - counter[end][i] > 0:
return i
ret.append(findmin(counter, start, end))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
if counter[start][i] - counter[end][i] > 0:
return i+1
ret.append(findmin(counter, start, end))
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
if counter[start][i] - counter[end][i] > 0:
ret.append(i)
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
if counter[start][i] - counter[end][i] > 0:
ret.append(i)
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
print(counter[start], counter[end])
if counter[start][i] - counter[end][i] > 0:
ret.append(i)
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
print(counter[start][i], counter[end][i])
if counter[start][i] - counter[end][i] > 0:
ret.append(i)
return ret
1 1 1 3 1 1 0 0 1 1 3 3 1 1 1 1 0 2 1 3 0 1 0 1
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
print(counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i)
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
# print(counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i)
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
# print(counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
pr
for i in range(4):
# print(counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
print(counter, start, end)
for i in range(4):
# print(counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
print(counter, start, end)
for i in range(4):
# print(counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i)
break
return ret
[[0, 1, 0, 0], [1, 1, 0, 0], [1, 1, 1, 0], [1, 2, 1, 0], [1, 3, 1, 0], [1, 3, 1, 1], [2, 3, 1, 1]] 2 4 [[0, 1, 0, 0], [1, 1, 0, 0], [1, 1, 1, 0], [1, 2, 1, 0], [1, 3, 1, 0], [1, 3, 1, 1], [2, 3, 1, 1]] 5 5 [[0, 1, 0, 0], [1, 1, 0, 0], [1, 1, 1, 0], [1, 2, 1, 0], [1, 3, 1, 0], [1, 3, 1, 1], [2, 3, 1, 1]] 0 6
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
print(counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
print(counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
print(counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
1 1 3 3 1 1 3 3 1 1 1 1 2 2
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
0 1 1 0 3 3 1 1 1 1 3 3 1 1 1 1 1 1 2 2 2
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(4)
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append()
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(S[idx])
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(S[idx])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def findmin(arr):
for a in arr:
if a > 0:
return ip.keys()[ip.values().index(a)]
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(S[idx])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
Invalid result type, int expected, <class 'str'> found.stdout:
0 1 1 0 3 3 2 2 2
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}\
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(S[idx])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(S[idx])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(ip[S[idx]])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(ip[S[idx]])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
0 1 1 0 3 3 2 2 2
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
print(S)
ret.append(ip[S[idx]])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
print(idx, S[idx], ip[S[idx]])
ret.append(ip[S[idx]])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
0 1 1 0 3 3 1 A 1 2 2 2
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
print(idx, S[idx], ip[S[idx]])
ret.append(ip[S[start]])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
print(start, S[start], ip[S[start]])
ret.append(ip[S[start]])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(ip[S[start]])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(ip[S[start]])
else:
for i in range(4):
print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(ip[S[start]])
else:
for i in range(4):
# print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(ip[S[start]])
else:
for i in range(4):
# print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
from copy import deepcopy
ip = {'A':1, 'C':2, 'G':3, 'T':4}
def solution(S, P, Q):
ret = []
N, M = len(S), len(P)
counter = [[0,0,0,0] for _ in range(N)]
for idx, c in enumerate(S):
counter[idx] = deepcopy(counter[idx-1])
counter[idx][ip[c]-1] += 1
# print(counter)
for idx in range(M):
start, end = P[idx], Q[idx]
if start == end:
ret.append(ip[S[start]])
else:
for i in range(4):
# print(idx, counter[end][i], counter[end][i])
if counter[end][i] - counter[start][i] > 0:
ret.append(i+1)
break
return ret
The following issues have been detected: wrong answers, timeout errors.
For example, for the input ('AC', [0, 0, 1], [0, 1, 1]) the solution returned a wrong answer (got [1, 2, 2] expected [1, 1, 2]).
GGGGGG..??..GGGGGG..??..GGGGGG
running time: 0.744 sec., time limit: 0.432 sec.