Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
confusion about n*i
fachiul
Apr 6th, 2015
4,218
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Vala
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include
<
stdio.
h
>
int
main
(
)
{
int
m, i, n
=
5
;
m
=
0
;
for
(
i
=
1
;
i
<=
10
;
i
=
i
+
1
)
{
m
=
m
+
n
;
printf
(
"%d X %d=%d
\n
"
,n,i,m
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Interesting Goldmine
CSS | 2 min ago | 0.28 KB
Untitled
3 hours ago | 9.55 KB
Untitled
JavaScript | 4 hours ago | 3.55 KB
GPT-5.2 Short Story
4 hours ago | 41.05 KB
Claude Opus 4.5 Short Story
4 hours ago | 28.27 KB
Tiny async Gentoo distfiles cache proxy
Python | 7 hours ago | 4.84 KB
Untitled
7 hours ago | 7.25 KB
upload 3
9 hours ago | 7.87 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!