結果
| 問題 |
No.2830 Don't Stop the Game
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-06-09 13:46:09 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 104 bytes |
| コンパイル時間 | 614 ms |
| コンパイル使用メモリ | 82,116 KB |
| 実行使用メモリ | 54,292 KB |
| 最終ジャッジ日時 | 2024-06-18 17:25:51 |
| 合計ジャッジ時間 | 3,659 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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)