結果
問題 | No.1942 Leading zero |
ユーザー | akasia_midori |
提出日時 | 2022-05-20 21:48:57 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 86 ms / 2,000 ms |
コード長 | 167 bytes |
コンパイル時間 | 170 ms |
コンパイル使用メモリ | 82,192 KB |
実行使用メモリ | 75,848 KB |
最終ジャッジ日時 | 2024-09-20 07:49:30 |
合計ジャッジ時間 | 719 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 37 ms
51,712 KB |
testcase_01 | AC | 35 ms
51,840 KB |
testcase_02 | AC | 86 ms
75,848 KB |
ソースコード
def oi(): return int(input()) def os(): return input() def mi(): return list(map(int, input().split())) input_count = 0 N = oi() for i in range(N): print(oi())