結果
| 問題 |
No.2089 置換の符号
|
| コンテスト | |
| ユーザー |
taiga0629kyopro
|
| 提出日時 | 2022-09-15 22:41:08 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 171 bytes |
| コンパイル時間 | 206 ms |
| コンパイル使用メモリ | 82,424 KB |
| 実行使用メモリ | 63,860 KB |
| 最終ジャッジ日時 | 2024-12-17 18:51:12 |
| 合計ジャッジ時間 | 2,473 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 33 |
ソースコード
#check n=int(input()) s=list(map(int,input().split())) if not 2<=n<=10**4:print(aaa) if not len(s)==len(set(s))==n:print(aaa) if not (min(s)==1 and max(s)==n):print(aaa)
taiga0629kyopro