#include<stdio.h>int main(){ int a, b, i; scanf("%d", &a); b = i * 9; for(i = 1;i <= b;i += i) { printf("%d",i); } return 0;}출력을 어떻게 쓰는지 모르겠어요