結果

問題 No.1881 Everything is the same...
ユーザー gew1fw
提出日時 2025-06-12 16:11:16
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 63 bytes
コンパイル時間 177 ms
コンパイル使用メモリ 82,384 KB
実行使用メモリ 62,020 KB
最終ジャッジ日時 2025-06-12 16:11:22
合計ジャッジ時間 4,143 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 6 WA * 46
権限があれば一括ダウンロードができます

ソースコード

diff #

n = int(input())
a = list(map(int, input().split()))
print("X")
0