ulvis.paste.net - 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
ulvis.paste.net - pastebin
Paste Search Dynamic
Recent pastes
Discord
2 hours ago
Server Error in '/' Applicatio
16 hours ago
url
20 hours ago
loaderRTFetch
1 day ago
TANI
1 day ago
AdventOfCode
2 days ago
Dark Web Links
2 days ago
How to find RCE in scripts
2 days ago
(SRV2008JV): Error
2 days ago
return function
2 days ago
Liczba
#include <iostream>
using
namespace
std;
int
main
(
)
{
int
liczba1;
int
liczba2;
cin
>> liczba1;
cin
>> liczba2;
cout
<<
"Suma "
<< liczba1 <<
" i "
<< liczba2 <<
" = "
<< liczba1+liczba2 << endl;
cout
<<
"Różnica "
<< liczba1 <<
" i "
<< liczba2 <<
" = "
<<liczba1-liczba2 << endl;
cout
<<
"Iloraz "
<< liczba1 <<
" i "
<< liczba2 <<
" = "
<<liczba1*liczba2 <<endl;
cout
<<
"Iloczyn "
<< liczba1 <<
" i "
<< liczba2 <<
" = "
<<liczba1/liczba2 <<endl;
if
(
liczba1>liczba2
)
cout
<<
"Większa jest liczba "
<< liczba1 <<endl;
if
(
liczba1<liczba2
)
cout
<<
"Większa jest liczba "
<< liczba2 <<endl;
if
(
liczba1==liczba2
)
cout
<<
"Liczba "
<<liczba1 <<
" jest równa liczbie "
<< liczba2;
return
0
;
}
Parsed in 0.009 seconds
Please enable JavaScript to view the
comments powered by Disqus.