File size: 165 Bytes
14c9c2b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
// EVOLVE-BLOCK-START
#include <bits/stdc++.h>
#include <atcoder/all>
using namespace std;
using namespace atcoder;

int main() {
    return 0;
}
// EVOLVE-BLOCK-END