結果
問題 |
No.2843 Birthday Present Struggle
|
ユーザー |
![]() |
提出日時 | 2024-08-23 21:04:06 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 141 bytes |
コンパイル時間 | 162 ms |
コンパイル使用メモリ | 82,464 KB |
実行使用メモリ | 54,096 KB |
最終ジャッジ日時 | 2024-08-23 21:04:20 |
合計ジャッジ時間 | 7,022 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 34 |
ソースコード
input() input() input() cx, cy = map(int, input().split()) print(4) for dx in (-1, 1): for dy in (-1, 1): print(cx + dx, cy + dy)