結果

問題 No.3093 Please GCD
ユーザー hiro1729hiro1729
提出日時 2023-09-09 08:43:13
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 153 ms / 2,000 ms
コード長 48 bytes
コンパイル時間 189 ms
コンパイル使用メモリ 82,108 KB
実行使用メモリ 93,000 KB
平均クエリ数 8098.53
最終ジャッジ日時 2024-06-27 01:50:43
合計ジャッジ時間 5,986 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 62 ms
68,184 KB
testcase_01 AC 59 ms
68,244 KB
testcase_02 AC 73 ms
78,552 KB
testcase_03 AC 148 ms
92,888 KB
testcase_04 AC 150 ms
92,376 KB
testcase_05 AC 147 ms
92,672 KB
testcase_06 AC 153 ms
92,632 KB
testcase_07 AC 152 ms
92,432 KB
testcase_08 AC 145 ms
92,376 KB
testcase_09 AC 147 ms
92,120 KB
testcase_10 AC 61 ms
68,440 KB
testcase_11 AC 81 ms
83,032 KB
testcase_12 AC 123 ms
90,072 KB
testcase_13 AC 148 ms
92,760 KB
testcase_14 AC 145 ms
92,340 KB
testcase_15 AC 73 ms
79,576 KB
testcase_16 AC 148 ms
92,376 KB
testcase_17 AC 147 ms
93,000 KB
testcase_18 AC 147 ms
92,376 KB
testcase_19 AC 144 ms
92,588 KB
testcase_20 AC 145 ms
92,760 KB
testcase_21 AC 146 ms
91,992 KB
testcase_22 AC 144 ms
91,864 KB
testcase_23 AC 146 ms
92,760 KB
testcase_24 AC 144 ms
92,020 KB
testcase_25 AC 145 ms
91,992 KB
testcase_26 AC 150 ms
92,760 KB
testcase_27 AC 145 ms
92,888 KB
testcase_28 AC 149 ms
92,064 KB
testcase_29 AC 146 ms
92,760 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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