結果
| 問題 |
No.2700 Please Hack Greedy Solution!
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-03-30 07:36:11 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 47 ms / 500 ms |
| コード長 | 105 bytes |
| コンパイル時間 | 166 ms |
| コンパイル使用メモリ | 82,656 KB |
| 実行使用メモリ | 64,396 KB |
| 最終ジャッジ日時 | 2025-01-06 11:38:39 |
| 合計ジャッジ時間 | 756 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
ソースコード
print(1000, 1000) for i in range(1, 1001): if i == 1: print(1000, 1) else: print(1001 * (i - 1), i)