#include <stdio.h>
void mycount(void) {
static int num=0;
num++;
}
int main(void) {
// your code goes here
mycount();
mycount();
mycount();
mycount();
mycount();
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+Cgp2b2lkIG15Y291bnQodm9pZCkgewoJc3RhdGljIGludCBudW09MDsKCW51bSsrOwoJcHJpbnRmKCIlZOWbnuebruOBruWRvOOBs+WHuuOBl+OBp+OBmVxuIixudW0pOwp9CgppbnQgbWFpbih2b2lkKSB7CgkvLyB5b3VyIGNvZGUgZ29lcyBoZXJlCglteWNvdW50KCk7CglteWNvdW50KCk7CglteWNvdW50KCk7CglteWNvdW50KCk7CglteWNvdW50KCk7CglyZXR1cm4gMDsKfQ==