import java.util.Scanner; public class Main { public static void main(String[] args) throws Exception { Scanner koko = new Scanner(System.in); int x = koko.nextInt(); int y = koko.nextInt(); int d = koko.nextInt(); int point; if(d>x+y){ point = 0; }else if(x