結果
| 問題 |
No.2056 非力なレッド
|
| コンテスト | |
| ユーザー |
taiga0629kyopro
|
| 提出日時 | 2022-08-22 02:17:12 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 258 bytes |
| コンパイル時間 | 282 ms |
| コンパイル使用メモリ | 82,312 KB |
| 実行使用メモリ | 102,272 KB |
| 最終ジャッジ日時 | 2024-10-10 06:30:08 |
| 合計ジャッジ時間 | 4,523 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 38 |
ソースコード
#チェック n,x,m=map(int,input().split()) a=list(map(int,input().split())) flag=1 if not (1<=n<=2*10**5):flag=0 if not (1<=x<=10**9):flag=0 if not (0<=m<=10**9):flag=0 if not (1<=min(a) and max(a)<=10**9):flag=0 if len(a)!=n:flag=0 if flag==0:print(aaa)
taiga0629kyopro