Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
array traVERSING
Md_hosen_zisad
Feb 25th, 2018
542
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<bits/stdc++.h>
using
namespace
std
;
int
main
(
)
{
int
i,x
[
100
]
,p
;
cin
>>
p
;
for
(
i
=
0
;
i
<
p
;
i
++
)
{
cin
>>
x
[
i
]
;
cout
<<
x
[
i
]
<<
" "
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
1 min ago | 10.28 KB
OoT rando seed 4/16
36 min ago | 67.81 KB
Untitled
1 hour ago | 8.21 KB
Untitled
2 hours ago | 8.46 KB
Untitled
3 hours ago | 7.62 KB
Web Maintenance Kickoff [POST REDESIGN]
3 hours ago | 0.98 KB
Untitled
4 hours ago | 7.43 KB
Untitled
5 hours ago | 6.56 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!