#include

int main()
{
int i, n=20;
for(i =0 ; i < n ; i--)
printf("-");
}

이거 인텔 면접질문이라는데;

- dc official App