#include <stdio.h>int main(){ int r; scanf("%d",&r); // 내가 가진 초콜렛 갯수 if(r>100) { printf("Hello"); } return 0;}