Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
hopingsteam
Jan 31st, 2020
289
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 <iostream>
#include <fstream>
using
namespace
std
;
ifstream fin
(
"numere8.in"
)
;
int
main
(
)
{
int
x
;
while
(
fin
>>
x
)
{
cout
<<
"Am citit: "
<<
x
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $200 in 15 minutes Q
JavaScript | 2 sec ago | 0.07 KB
Exchange Exploit
JavaScript | 2 sec ago | 0.13 KB
Make $200 in 15 minutes L
JavaScript | 3 sec ago | 0.07 KB
✅ PayPal Hits
JavaScript | 8 sec ago | 0.13 KB
✅ Account Leaks
JavaScript | 16 sec ago | 0.13 KB
MAKE $900 INSTANTLY B
JavaScript | 19 sec ago | 0.07 KB
MAKE $900 INSTANTLY G
JavaScript | 20 sec ago | 0.07 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 24 sec ago | 0.13 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!