#include #include using namespace std; using mint=atcoder::modint998244353; long N,M,K; int main() { cin>>N>>M>>K; if(M<=K)cout<