結果
| 問題 | No.2830 Don't Stop the Game |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-06-09 13:46:09 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 104 bytes |
| 記録 | |
| コンパイル時間 | 180 ms |
| コンパイル使用メモリ | 84,776 KB |
| 実行使用メモリ | 54,200 KB |
| 最終ジャッジ日時 | 2026-03-06 04:07:02 |
| 合計ジャッジ時間 | 3,153 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 20 |
ソースコード
M=59 N=30 print(M) for i in range(N): print(1) print(i+1) for i in range(2,N+1): print(4) print(i,0)