11058 . 单选题

下面 C++ 代码执行后的输出是?

int i, tnt = 1;
for (i = 0; i < 5; i++)
    tnt += i;
printf("%2d%2d\n", tnt, i);