CodeMan
Home
Uva
AtCoder
Codechef
Codeforce
Hackerrank
LeetCode
Devskill
TopCoder
Spoj
Algorithm
Python3
Hackerearth
Uri
C++
Data Structure
Showing posts with label
Contest
.
Show all posts
Showing posts with label
Contest
.
Show all posts
Sunday, September 15, 2019
AtCoder Beginner Contest 136(A - Transfer)
#include
<
bits
/
stdc
++.
h
>
using
namespace
std
;
int
main
()
{
int
a
,
b
,
c
;
cin
>>
a
>>
b
>>
c
;
cout
<<
((
a
-
b
>
c
)?
0
:
c
-(
a
-
b
))
<<
endl
;
return
0
;
}
Older Posts
Home
Subscribe to:
Posts (Atom)