Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Logical Sequence 2
Anik_Akash
May 28th, 2020
216
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
int
n
,
s
,
i
;
scanf
(
"%d %d"
,
&
n
,
&
s
)
;
for
(
i
=
1
;
i
<=
s
;
i
++
)
{
printf
(
"%d "
,
i
)
;
if
(
i
%
n
==
0
)
{
printf
(
"
\n
"
)
;
}
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ EASY PROFIT GUIDE ✅ Still works 🔥 🚨
JavaScript | 4 min ago | 0.22 KB
✅ MAKE $2500 IN 15 MIN ✅ Working 💵 💎
JavaScript | 12 min ago | 0.22 KB
fix podcast issue on rtl
CSS | 16 min ago | 0.66 KB
✅ Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 19 min ago | 0.22 KB
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 27 min ago | 0.09 KB
✅ Exchange profit method 🚨 🔥
JavaScript | 27 min ago | 0.22 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 27 min ago | 0.09 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 28 min ago | 0.09 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!