Advertisement
froleyks

main.cpp<2>

Oct 5th, 2020
1,012
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1.   while (x --> 0) /* x goes to 0 */ {
  2.     printf("%d ", x);
  3.   }
  4.  
  5.   while (x --\
  6.               \
  7.                \
  8.                 \
  9.                  > 0)
  10.       printf("%d ", x);
  11.  
  12.   !ErrorHasOccured() ??!??! HandleError();
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement