結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 59 ms
68,412 KB
testcase_01 AC 59 ms
69,468 KB
testcase_02 AC 99 ms
80,620 KB
testcase_03 AC 230 ms
91,980 KB
testcase_04 AC 226 ms
91,996 KB
testcase_05 AC 226 ms
92,520 KB
testcase_06 AC 232 ms
92,392 KB
testcase_07 AC 228 ms
92,608 KB
testcase_08 AC 232 ms
92,712 KB
testcase_09 AC 223 ms
92,572 KB
testcase_10 AC 57 ms
69,256 KB
testcase_11 AC 129 ms
84,340 KB
testcase_12 AC 196 ms
90,440 KB
testcase_13 AC 224 ms
92,176 KB
testcase_14 AC 228 ms
92,792 KB
testcase_15 AC 95 ms
80,720 KB
testcase_16 AC 227 ms
92,300 KB
testcase_17 AC 226 ms
92,352 KB
testcase_18 AC 229 ms
92,968 KB
testcase_19 AC 232 ms
92,764 KB
testcase_20 AC 229 ms
92,536 KB
testcase_21 AC 235 ms
93,032 KB
testcase_22 AC 233 ms
92,064 KB
testcase_23 AC 229 ms
92,300 KB
testcase_24 AC 228 ms
92,856 KB
testcase_25 AC 225 ms
93,024 KB
testcase_26 AC 231 ms
92,500 KB
testcase_27 AC 230 ms
92,668 KB
testcase_28 AC 234 ms
92,436 KB
testcase_29 AC 235 ms
92,968 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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