ulvis.paste.net
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
browser info
whois
website sreenshot
chatroom
Registration
ulvis.paste.net
Paste Search Dynamic
Recent pastes
ACH BANK TRANSFER WIRE LOGINS
3 hours ago
DO WU ALLTransfer(western unio
3 hours ago
ACH BANK TRANSFER WIRE LOGINS
6 hours ago
ACH BANK TRANSFER WIRE LOGINS
6 hours ago
ACH BANK TRANSFER WIRE LOGINS
6 hours ago
ACH BANK TRANSFER WIRE LOGINS
6 hours ago
ACH BANK TRANSFER WIRE LOGINS
6 hours ago
ACH BANK TRANSFER WIRE LOGINS
6 hours ago
BUY 26,000 SQL VULNERABLE WEB
11 hours ago
AES implementation in JavaScri
16 hours ago
hash
#include <bits/stdc++.h>
using
namespace
std;
int
main
(
)
{
unordered_map<long
long
int
,
long
long
int> hash;
long
long
int
a,b,c,d,e;
scanf
(
"%lld %lld %lld %lld %lld"
,&a,&b,&c,&d,&e
)
;
hash
[
a
]
++;
hash
[
b
]
++;
hash
[
c
]
++;
hash
[
d
]
++;
hash
[
e
]
++;
for
(
auto
it=hash.
begin
(
)
;it!=hash.
end
(
)
;it++
)
{
printf
(
"%lld
\n
"
,it
)
;
}
return
0
;
}
Parsed in 0.003 seconds
Please enable JavaScript to view the
comments powered by Disqus.