Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Patey
May 28th, 2020
1,002
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
#include <fstream>
using
namespace
std
;
int
x
;
void
f
(
int
x
)
{
cout
<<
x
<<
" "
;
while
(
x
<
7
)
{
f
(
x
+
1
)
;
x
++
;
cout
<<
endl
;
}
}
int
main
(
)
{
cin
>>
x
;
f
(
x
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
This summer smells like money
CSS | 21 sec ago | 0.21 KB
✅ API Glitch (Docs Leak)
CSS | 33 sec ago | 0.21 KB
I made $15,000 in 2 days
CSS | 59 min ago | 0.21 KB
This summer smells like money
CSS | 59 min ago | 0.21 KB
✅ API Glitch (Docs Leak)
CSS | 60 min ago | 0.21 KB
Untitled
mIRC | 2 hours ago | 0.57 KB
ifm isu iolink [WIP]
Python | 3 hours ago | 1.18 KB
HELLO PROGRAMMER
17 hours ago | 0.03 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!