Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if(be == "BE")
  2. if(users[index].in <= 0)
  3. users[index].in = ctime;
  4. else
  5. {
  6. if(users[index].in > 0)
  7. for(int x = users[index].in; x < ctime; x++)
  8. mainContainer[x]++;
  9. users[index].in = -1;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement