#include <stdio.h>
int main(void) {
/* int n;
printf("Enter the number: ");
scanf("%d",&n);*/
int a=100;
for(int i=1;a<0;i++){
a=a-3;
}
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CiAgIC8qIGludCBuOwogICAgcHJpbnRmKCJFbnRlciB0aGUgbnVtYmVyOiAiKTsKICAgIHNjYW5mKCIlZCIsJm4pOyovCiAgICAgaW50IGE9MTAwOwoJIGZvcihpbnQgaT0xO2E8MDtpKyspewogICAgICAgcHJpbnRmKCIlZCAiLGEpOwogICAgICAgYT1hLTM7CiAgICAgfQoJcmV0dXJuIDA7Cn0K