Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
K.A 12
LegoDrifter
Dec 18th, 2019
188
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
#include <stdlib.h>
int
main
(
)
{
int
i
,
n
,
j
,
z
=
1
;
scanf
(
"%d"
,&
n
)
;
for
(
i
=
1
;
i
<=
n
;
i
++
)
{
for
(
j
=
1
;
j
<=
i
;
j
++
)
printf
(
"%d "
,
z
++
)
;
printf
(
"
\n
"
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Schrödinger's Crit
21 hours ago | 15.37 KB
PRCE internal cursor
1 day ago | 0.73 KB
AI Interaction Method
1 day ago | 1.60 KB
awkwrapper.c
C | 1 day ago | 2.35 KB
z66is_archive.zip.txt
1 day ago | 39.19 KB
Clients: Setting up 2FA
2 days ago | 1.44 KB
Prevent duplicate recerrence when using [even...
2 days ago | 0.93 KB
Untitled
3 days ago | 11.75 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!