#include <bits/stdc++.h>
using namespace std;

int main() {
	map<int, int> m;
	cout << m.max_size();
}