結果
| 問題 | No.2079 aaabbc |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-09-25 22:59:03 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 33 ms / 2,000 ms |
| コード長 | 191 bytes |
| 記録 | |
| コンパイル時間 | 148 ms |
| コンパイル使用メモリ | 85,632 KB |
| 実行使用メモリ | 55,424 KB |
| 最終ジャッジ日時 | 2026-05-28 20:53:56 |
| 合計ジャッジ時間 | 1,545 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 5 |
| other | AC * 11 |
ソースコード
from collections import * from itertools import * from functools import * from heapq import * import sys,math input = sys.stdin.readline N = int(input()) mod = 998244353 print(pow(3,N,mod))