結果

問題 No.3093 Please GCD
ユーザー souta-1326souta-1326
提出日時 2022-04-01 23:41:07
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 243 ms / 2,000 ms
コード長 56 bytes
コンパイル時間 196 ms
コンパイル使用メモリ 82,188 KB
実行使用メモリ 93,064 KB
平均クエリ数 8098.53
最終ジャッジ日時 2024-11-20 13:15:33
合計ジャッジ時間 8,285 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 63 ms
68,888 KB
testcase_01 AC 63 ms
68,992 KB
testcase_02 AC 103 ms
80,052 KB
testcase_03 AC 234 ms
92,432 KB
testcase_04 AC 237 ms
92,060 KB
testcase_05 AC 232 ms
92,624 KB
testcase_06 AC 236 ms
92,612 KB
testcase_07 AC 232 ms
92,252 KB
testcase_08 AC 237 ms
92,400 KB
testcase_09 AC 238 ms
92,592 KB
testcase_10 AC 61 ms
68,588 KB
testcase_11 AC 136 ms
83,332 KB
testcase_12 AC 201 ms
89,908 KB
testcase_13 AC 231 ms
92,572 KB
testcase_14 AC 236 ms
92,116 KB
testcase_15 AC 101 ms
81,600 KB
testcase_16 AC 231 ms
92,644 KB
testcase_17 AC 237 ms
91,924 KB
testcase_18 AC 239 ms
92,432 KB
testcase_19 AC 236 ms
92,316 KB
testcase_20 AC 243 ms
92,484 KB
testcase_21 AC 235 ms
93,064 KB
testcase_22 AC 240 ms
92,236 KB
testcase_23 AC 240 ms
92,616 KB
testcase_24 AC 237 ms
92,488 KB
testcase_25 AC 235 ms
92,212 KB
testcase_26 AC 231 ms
92,316 KB
testcase_27 AC 239 ms
92,736 KB
testcase_28 AC 238 ms
92,632 KB
testcase_29 AC 231 ms
92,456 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

for i in range(1,int(input())+1):print("!",i,flush=True)
0