406257: GYM102331 G Grammarly
Memory Limit:0 MB
Time Limit:2 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
G. Grammarlytime limit per test2 secondsmemory limit per test256 mebibytesinputstandard inputoutputstandard output
CauchySheep has a string $$$s$$$.
He looked at all its different non-empty substrings and added a directed edge from $$$a$$$ to $$$b$$$ if $$$|b|+1=|a|$$$ and $$$b$$$ is a substring of $$$a$$$.
You need to calculate the number of simple paths starting from $$$s$$$ in this graph, modulo $$$998\,244\,353$$$.
InputThe first line of the input contains a string $$$s$$$ consisting of lowercase Latin letters: the string CauchySheep has ($$$1 \leq |s| \leq 300\,000$$$).
OutputOutput one integer: the number of simple paths starting from $$$s$$$ in CauchySheep's graph, modulo $$$998\,244\,353$$$.
ExamplesInputabbaOutput
13Input
benbeipoOutput
255Input
iqiiiiiiqqOutput
300Input
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaOutput
35Note