28412023-01-29 19:20:40VMGoJoNomekoppython3Wrong answer 0/10018ms14136 KiB
from sys import stdin, stdout
n:int=int(stdin.readline())
powers=stdin.readline().split()
powers = [int(i) for i in powers]


stdout.write("! "+" ".join(map(str, powers)))
stdout.flush()
SubtaskSumTestVerdictTimeMemory
subtask10/0
1Wrong answer17ms10964 KiB
subtask20/10
2Wrong answer17ms11312 KiB
3Wrong answer17ms11724 KiB
subtask30/30
4Wrong answer17ms12040 KiB
5Wrong answer17ms11888 KiB
6Wrong answer17ms11736 KiB
7Wrong answer17ms12008 KiB
8Wrong answer17ms11868 KiB
9Wrong answer17ms12612 KiB
subtask40/20
10Wrong answer17ms12568 KiB
11Wrong answer17ms12820 KiB
12Wrong answer17ms12392 KiB
13Wrong answer17ms12692 KiB
subtask50/40
14Wrong answer18ms13572 KiB
15Wrong answer18ms13584 KiB
16Wrong answer18ms13680 KiB
17Wrong answer18ms13428 KiB
18Wrong answer18ms13552 KiB
19Wrong answer18ms14136 KiB
20Wrong answer18ms14112 KiB
21Wrong answer18ms14052 KiB