Skip to content

Instantly share code, notes, and snippets.

@khalefa-phd
khalefa-phd / main.cpp
Last active April 16, 2021 00:03
test
#include <string.h>
#include <algorithm>
#include <cstring>
#include <iostream>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include <iostream>
#include <unordered_map>
using namespace std;
int main(){
unordered_map<int, int> h;
for(long i=0;; i++)
{
try{
h[i]=i;