結果

問題 No.1026 OGAWA's New Keyboard
ユーザー panyapanya
提出日時 2020-04-14 23:42:03
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 163 bytes
コンパイル時間 101 ms
コンパイル使用メモリ 12,544 KB
実行使用メモリ 65,028 KB
最終ジャッジ日時 2024-09-16 05:02:37
合計ジャッジ時間 17,499 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 521 ms
44,300 KB
testcase_01 AC 521 ms
44,164 KB
testcase_02 AC 526 ms
44,156 KB
testcase_03 AC 528 ms
44,040 KB
testcase_04 TLE -
testcase_05 AC 534 ms
43,780 KB
testcase_06 AC 544 ms
44,180 KB
testcase_07 AC 926 ms
56,708 KB
testcase_08 AC 525 ms
44,168 KB
testcase_09 AC 515 ms
44,176 KB
testcase_10 AC 513 ms
43,768 KB
testcase_11 AC 515 ms
44,296 KB
testcase_12 AC 520 ms
43,908 KB
testcase_13 AC 510 ms
44,556 KB
testcase_14 AC 516 ms
44,164 KB
testcase_15 AC 507 ms
44,428 KB
testcase_16 AC 521 ms
44,028 KB
testcase_17 AC 685 ms
48,008 KB
testcase_18 AC 522 ms
44,172 KB
testcase_19 AC 660 ms
47,000 KB
testcase_20 AC 522 ms
44,372 KB
testcase_21 AC 517 ms
44,168 KB
testcase_22 AC 519 ms
43,920 KB
testcase_23 AC 522 ms
43,780 KB
testcase_24 AC 851 ms
52,748 KB
testcase_25 AC 531 ms
44,292 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import numpy;a=numpy.array([list(input().split())for _ in range(int(input()))]);b=a[:,0]=='1';print(''.join(numpy.append(a[b][:,1][::-1],a[numpy.invert(b)][:,1])))
0