Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
MathQ_
Oct 31st, 2020
125
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
int
x, n, minim
=
2e9
;
cin
>>
x
;
while
(
x
!
=
0
)
{
minim
=
min
(
minim, x
)
;
cin
>>
x
;
}
cout
<<
minim
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Swapzone Glitch ⭐Working⭐
JavaScript | 7 sec ago | 0.26 KB
⭐⭐⭐Profit Method⭐⭐⭐
Java | 10 sec ago | 0.08 KB
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐⭐
Java | 11 sec ago | 0.06 KB
Exchange Exploit
JavaScript | 13 sec ago | 0.26 KB
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐⭐
Java | 22 sec ago | 0.06 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 29 sec ago | 0.26 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 32 sec ago | 0.08 KB
✅ MAKE $900 INSTANTLY
JavaScript | 33 sec ago | 0.26 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!