Guest User

Untitled

a guest
Apr 25th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. for (int i = N-1; i >= 0; --i)//up to 100000
  2. {
  3.     for (int j = i; j <= M; j++)//up to 100000
  4.     {
  5.     }
  6. }
Add Comment
Please, Sign In to add comment