Calculation
题号:NC222977
时间限制:C/C++/Rust/Pascal 1秒,其他语言2秒
空间限制:C/C++/Rust/Pascal 256 M,其他语言512 M
64bit IO Format: %lld

题目描述

Consider n's prime factorization is ,and .

For example ,.

Calculate the value of 

输入描述:

One integers n.

输出描述:

One integer,the answer mod 998244353.
示例1

输入

复制
10

输出

复制
13