Agent Chat fixed

This commit is contained in:
CakeCN
2024-12-08 22:46:08 +08:00
parent 8746e4b7d1
commit 859dbcfb59
6 changed files with 23 additions and 34 deletions

View File

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