結果

問題 No.1108 移調
ユーザー harurunharurun
提出日時 2021-02-05 01:39:41
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 533 ms / 2,000 ms
コード長 95 bytes
コンパイル時間 98 ms
コンパイル使用メモリ 12,672 KB
実行使用メモリ 44,172 KB
最終ジャッジ日時 2024-07-01 06:19:40
合計ジャッジ時間 13,770 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 525 ms
43,776 KB
testcase_01 AC 513 ms
44,032 KB
testcase_02 AC 523 ms
43,780 KB
testcase_03 AC 522 ms
43,780 KB
testcase_04 AC 528 ms
44,032 KB
testcase_05 AC 525 ms
43,656 KB
testcase_06 AC 511 ms
44,036 KB
testcase_07 AC 528 ms
44,160 KB
testcase_08 AC 520 ms
43,648 KB
testcase_09 AC 512 ms
43,524 KB
testcase_10 AC 520 ms
43,656 KB
testcase_11 AC 524 ms
43,648 KB
testcase_12 AC 511 ms
44,172 KB
testcase_13 AC 517 ms
43,764 KB
testcase_14 AC 524 ms
44,016 KB
testcase_15 AC 525 ms
43,512 KB
testcase_16 AC 525 ms
43,768 KB
testcase_17 AC 521 ms
43,732 KB
testcase_18 AC 529 ms
43,764 KB
testcase_19 AC 523 ms
43,784 KB
testcase_20 AC 531 ms
43,908 KB
testcase_21 AC 520 ms
44,016 KB
testcase_22 AC 533 ms
43,512 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import numpy;_,h=map(int,input().split());print(*numpy.array(list(map(int,input().split())))+h)
0