結果
| 問題 |
No.8093 Please GCD
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-08-06 18:33:09 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
AC
|
| 実行時間 | 130 ms / 2,000 ms |
| コード長 | 191 bytes |
| コンパイル時間 | 89 ms |
| コンパイル使用メモリ | 12,416 KB |
| 実行使用メモリ | 27,736 KB |
| 平均クエリ数 | 8098.53 |
| 最終ジャッジ日時 | 2024-09-16 13:01:42 |
| 合計ジャッジ時間 | 5,589 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 30 |
ソースコード
from collections import *
from itertools import *
from functools import *
from heapq import *
from bisect import *
import sys,math
N = int(input())
for i in range(1,N+1):
print(f'! {i}')