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