-
-
Save gbrls/4b5314406ec01eb2e55d3501741f3046 to your computer and use it in GitHub Desktop.
OBI 2019 idade da dona monica https://olimpiada.ic.unicamp.br/pratique/pu/2019/f1/idade/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
max(a, b) { if(a > b) return a; return b; } | |
main(a,b,c) { scanf("%d%d%d",&a,&b,&c); printf("%d\n",max(max(a-(b+c),b),c)); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment