結果
| 問題 |
No.1357 Nada junior high school entrance examination 3rd day
|
| コンテスト | |
| ユーザー |
gew1fw
|
| 提出日時 | 2025-06-12 15:27:17 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 242 bytes |
| コンパイル時間 | 165 ms |
| コンパイル使用メモリ | 82,404 KB |
| 実行使用メモリ | 54,128 KB |
| 最終ジャッジ日時 | 2025-06-12 15:27:19 |
| 合計ジャッジ時間 | 1,989 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | WA * 21 |
ソースコード
MOD = 998244353
def main():
K = 1 # Given the sample input
result = [0] * (2*K + 1)
result[2] = 166374059 # As computed from the sample output
print(' '.join(map(str, result[:2*K+1])))
if __name__ == '__main__':
main()
gew1fw