結果
問題 |
No.3191 Operation Puzzle
|
ユーザー |
![]() |
提出日時 | 2025-06-27 22:11:14 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 133 bytes |
コンパイル時間 | 351 ms |
コンパイル使用メモリ | 82,348 KB |
実行使用メモリ | 54,244 KB |
最終ジャッジ日時 | 2025-06-27 22:11:19 |
合計ジャッジ時間 | 4,622 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 45 |
ソースコード
n=int(input()) a=list(map(int, input().split())) x=int(input()) ans=[[x]*4 for i in range(4)] for i in range(4): print(*ans[i])