結果
問題 |
No.2843 Birthday Present Struggle
|
ユーザー |
![]() |
提出日時 | 2024-09-27 20:10:02 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 225 bytes |
コンパイル時間 | 372 ms |
コンパイル使用メモリ | 82,636 KB |
実行使用メモリ | 54,092 KB |
最終ジャッジ日時 | 2024-09-27 20:10:10 |
合計ジャッジ時間 | 7,411 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 34 |
ソースコード
n=int(input()) _,_=map(int,input().split()) _,_=map(int,input().split()) cx,cy=map(int,input().split()) print(4) for dx in range(-1,2): for dy in range(-1,2): if dx==0 or dy==0:continue print(cx+dx,cy+dy)