結果

問題 No.1841 Long Long
ユーザー hiro1729hiro1729
提出日時 2023-09-02 20:55:12
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 37 ms / 2,000 ms
コード長 28 bytes
コンパイル時間 172 ms
コンパイル使用メモリ 82,720 KB
実行使用メモリ 53,432 KB
最終ジャッジ日時 2024-06-12 03:14:25
合計ジャッジ時間 1,536 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
52,508 KB
testcase_01 AC 36 ms
52,024 KB
testcase_02 AC 33 ms
51,692 KB
testcase_03 AC 36 ms
52,904 KB
testcase_04 AC 35 ms
53,432 KB
testcase_05 AC 33 ms
52,296 KB
testcase_06 AC 32 ms
52,224 KB
testcase_07 AC 31 ms
52,044 KB
testcase_08 AC 33 ms
51,780 KB
testcase_09 AC 37 ms
52,760 KB
testcase_10 AC 33 ms
52,560 KB
testcase_11 AC 32 ms
52,516 KB
testcase_12 AC 32 ms
52,692 KB
testcase_13 AC 32 ms
51,824 KB
testcase_14 AC 32 ms
52,956 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print("Long" * int(input()))
0