結果

問題 No.3093 Please GCD
ユーザー hiro1729hiro1729
提出日時 2023-09-09 08:43:13
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 188 ms / 2,000 ms
コード長 48 bytes
コンパイル時間 696 ms
コンパイル使用メモリ 86,964 KB
実行使用メモリ 93,336 KB
平均クエリ数 8098.53
最終ジャッジ日時 2023-09-09 08:43:21
合計ジャッジ時間 6,768 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 91 ms
86,832 KB
testcase_01 AC 87 ms
87,432 KB
testcase_02 AC 137 ms
92,124 KB
testcase_03 AC 163 ms
92,908 KB
testcase_04 AC 176 ms
93,180 KB
testcase_05 AC 165 ms
93,048 KB
testcase_06 AC 166 ms
93,236 KB
testcase_07 AC 166 ms
92,600 KB
testcase_08 AC 164 ms
92,884 KB
testcase_09 AC 166 ms
93,032 KB
testcase_10 AC 86 ms
87,600 KB
testcase_11 AC 105 ms
92,300 KB
testcase_12 AC 149 ms
93,008 KB
testcase_13 AC 165 ms
92,592 KB
testcase_14 AC 165 ms
92,992 KB
testcase_15 AC 108 ms
92,424 KB
testcase_16 AC 166 ms
92,792 KB
testcase_17 AC 166 ms
92,940 KB
testcase_18 AC 165 ms
93,212 KB
testcase_19 AC 166 ms
92,928 KB
testcase_20 AC 167 ms
92,920 KB
testcase_21 AC 167 ms
92,836 KB
testcase_22 AC 177 ms
92,780 KB
testcase_23 AC 167 ms
93,124 KB
testcase_24 AC 166 ms
93,336 KB
testcase_25 AC 165 ms
92,600 KB
testcase_26 AC 165 ms
93,060 KB
testcase_27 AC 163 ms
93,300 KB
testcase_28 AC 164 ms
93,024 KB
testcase_29 AC 188 ms
93,084 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

for i in range(int(input())):
	print('!', i + 1)
0