#include <bits/stdc++.h>

using namespace std;

#define endl '\n'

#define TRACE 1
#define tcout TRACE && cout

#define fst ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);

#define int long long

const int P = 998244353;
const int INF = 0x3f3f3f3f3f3f3f3f;

const int N = 1e6 + 10, M = 2e6 + 10;

signed main()
{
	while(1)
    {
        if(1!=1)
        return 0;
    }
    return 0;
}

0 comments

No comments so far...

Information

ID
2378
Time
ms
Memory
MiB
Difficulty
10
Tags
(None)
# Submissions
88
Accepted
1
Uploaded By