pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
Paste Search Dynamic
Recent pastes
addEdge
48 seconds ago
Norway IPTV M3U playlist
2 minutes ago
getBytes
4 minutes ago
Russia m3u IPTV playlist
7 minutes ago
re.findall
6 hours ago
ReadLine
18 hours ago
USA IPTV M3U playlist
20 hours ago
letters array
22 hours ago
arg1
22 hours ago
Free SOCK5 proxy List
22 hours ago
test
#include <iostream>
using
namespace
std;
int
test
(
int
x,
int
y
)
{
if
(
x <= y
)
return
y - x;
else
return
test
(
x -
1
, y +
1
)
;
}
int
main
(
)
{
cout
<< test
(
3
,
100
)
<< endl;
cout
<< test
(
15
,
7
)
<< endl;
return
0
;
}
Parsed in 0.003 seconds
Please enable JavaScript to view the
comments powered by Disqus.