Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. for(int i=0;i<v.size();i++){
  2.    t=clock();
  3.    umap[v[i]]=i;
  4.    tumap+=clock()-t;
  5.    t=clock();
  6.    map[v[i]]=i;
  7.    tmap+=clock()-t;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement