結果
| 問題 | No.3191 Operation Puzzle |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-06-27 22:13:05 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 132 bytes |
| 記録 | |
| コンパイル時間 | 243 ms |
| コンパイル使用メモリ | 95,724 KB |
| 実行使用メモリ | 79,232 KB |
| 最終ジャッジ日時 | 2026-07-12 20:31:17 |
| 合計ジャッジ時間 | 4,895 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 1 |
| other | WA * 45 |
ソースコード
N = int(input())
A = list(map(int, input().split()))
X = int(input())
print("Yes")
a = [str(X)] * 4
for i in range(N):
print(*a)