Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. std::set<int> ssesiones(sesiones, sesiones + 4399);
  2. ofstream fout;
  3. fout.open("tiempostotales.txt");
  4. for(i=0;i<620;++i){
  5. fout<<tiempototal[i]<<" segundos del usario"<<sesiones(i);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement