#include <stdio.h>
int main(void) {
int i=1;
do{
++i;
}while(i<=10);
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CglpbnQgaT0xOwoJCglkb3sgCiAgICAgICAgCgkJcHJpbnRmKCIlZFxuIixpKTsKICAgICAgICArK2k7CgkKCX13aGlsZShpPD0xMCk7CglyZXR1cm4gMDsKfQo=