#include <stdio.h>
int main(void) {
// your code goes here
int a=0,b=0;
while(b<=9){
while(a<=b){
a=a+1;}
b=b+1;}
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CgkvLyB5b3VyIGNvZGUgZ29lcyBoZXJlCiBpbnQgYT0wLGI9MDsKIHdoaWxlKGI8PTkpewogIHdoaWxlKGE8PWIpewogICBwcmludGYoIiVkIixhKTsKYT1hKzE7fQogICBwcmludGYoIlxuIik7CmI9YisxO30KICAgIApyZXR1cm4gMDsKfQo=