結果
問題 |
No.2353 Guardian Dogs in Spring
|
ユーザー |
![]() |
提出日時 | 2023-03-26 01:03:01 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 143 bytes |
コンパイル時間 | 259 ms |
コンパイル使用メモリ | 82,296 KB |
実行使用メモリ | 77,032 KB |
最終ジャッジ日時 | 2024-10-07 07:19:57 |
合計ジャッジ時間 | 10,860 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 26 WA * 14 |
ソースコード
N = int(input()) for i in range(N): x, y = map(int, input().split()) print(N // 2) for i in range(N // 2): print(i * 2 + 1, i * 2 + 2)