結果
| 問題 |
No.2843 Birthday Present Struggle
|
| コンテスト | |
| ユーザー |
るこーそー
|
| 提出日時 | 2024-09-27 20:10:55 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 39 ms / 2,000 ms |
| コード長 | 177 bytes |
| コンパイル時間 | 279 ms |
| コンパイル使用メモリ | 82,376 KB |
| 実行使用メモリ | 53,696 KB |
| 最終ジャッジ日時 | 2024-09-27 20:11:00 |
| 合計ジャッジ時間 | 3,656 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 34 |
ソースコード
n=int(input())
_,_=map(int,input().split())
_,_=map(int,input().split())
cx,cy=map(int,input().split())
print(4)
for dx,dy in zip([0,0,1,-1],[-1,1,0,0]):
print(cx+dx,cy+dy)
るこーそー