import java.io.*; import java.util.*; public class Solution { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); // bulbs; int k = sc.nextInt(); // no. of bulbs turned off int result = 0; long a[] = new long[n]; for(int i = 0; i n-1) end = n-1; for(int y = start; y<=end; y++) { if(a[y] < 1000000001) { a[y] = 1000000001; } } result++; } System.out.println(result); } }