結果
| 問題 | No.2843 Birthday Present Struggle |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-08-23 21:04:35 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 101 ms / 2,000 ms |
| + 923µs | |
| コード長 | 428 bytes |
| 記録 | |
| コンパイル時間 | 236 ms |
| コンパイル使用メモリ | 96,096 KB |
| 実行使用メモリ | 81,536 KB |
| 最終ジャッジ日時 | 2026-08-25 03:40:32 |
| 合計ジャッジ時間 | 6,114 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 34 |
ソースコード
import sys, time, random
from collections import deque, Counter, defaultdict
def debug(*x):print('debug:',*x, file=sys.stderr)
input = lambda: sys.stdin.readline().rstrip()
ii = lambda: int(input())
mi = lambda: map(int, input().split())
li = lambda: list(mi())
inf = 2 ** 61 - 1
mod = 998244353
n = ii()
xa, ya = mi()
xb, yb = mi()
xc, yc = mi()
print(4)
print(xc - 1, yc)
print(xc + 1, yc)
print(xc, yc - 1)
print(xc, yc + 1)