結果
問題 |
No.8109 GCD between Permutations
|
ユーザー |
|
提出日時 | 2024-04-01 22:31:24 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 82 bytes |
コンパイル時間 | 248 ms |
コンパイル使用メモリ | 82,096 KB |
実行使用メモリ | 71,008 KB |
平均クエリ数 | 1.00 |
最終ジャッジ日時 | 2024-09-30 22:36:14 |
合計ジャッジ時間 | 6,998 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 |
other | AC * 1 WA * 27 |
ソースコード
n=int(input()) if n==1: print("!",1,1) exit() for i in range(1): print("?",1,1)