Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Greetings-from-Lightoj.
DBP625
Apr 4th, 2022
(
edited
)
40
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
//Problem 1:
#include<bits/stdc++.h>
using
namespace
std
;
int
main
(
)
{
int
t,a,b
;
cin
>>
t
;
for
(
int
i
=
0
;
i
<
t
;
i
++
)
{
cin
>>
a
>>
b
;
cout
<<
"Case"
<<
" "
<<
i
+
1
<<
":"
<<
" "
<<
(
a
+
b
)
<<
endl
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
NETFLIX UHD ACCOUNTS
JavaScript | 9 sec ago | 0.09 KB
⭐ giftcards for free
JavaScript | 12 sec ago | 0.05 KB
⭐ FREE giftcards method
JavaScript | 14 sec ago | 0.05 KB
Binance Accounts Leaked
JavaScript | 25 sec ago | 0.09 KB
⭐ FREE giftcards method
JavaScript | 27 sec ago | 0.05 KB
⭐ giftcards for free
JavaScript | 29 sec ago | 0.05 KB
⭐ FREE giftcards method
JavaScript | 30 sec ago | 0.05 KB
⭐ FREE giftcards method
JavaScript | 34 sec ago | 0.05 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!