#include<stdio.h> #include<math.h> int main() { int a,b,M,x; scanf("%d%d%d",&a,&b,&M); x=abs(a)+abs(b)-M; if(x>0) { &nb...