B - Modulo Number
本文最後更新於:2024年1月11日 晚上
B - Modulo Number
# Author : ysh
# 08/27/2022 Sat 20:51:43.17
# https://atcoder.jp/contests/abc266/tasks/abc266_b
print(int(input()) % 998244353)
B - Modulo Number
http://mysh212.github.io/algosolution/Modulo-Number.py/