#include <stdio.h>
int main(){
//     printf("Start filling water bottle,\n");
//     for(int i = 1;i<=10;i++){
//         printf("filling water bottle %d,\n",i);
       
        
//     } printf("filling water bottle finished.");
//   return 0;
int a =1;
printf("%d",sizeof(a));
   
}