This commit is contained in:
CakeCN
2024-12-11 20:17:52 +08:00
parent 859dbcfb59
commit 0792ec8c71
2 changed files with 7 additions and 6 deletions

View File

@@ -3,4 +3,4 @@ array = list(map(int, input().split()))
q = int(input())
while q!=0:
q-=1
1