#includestudio.h

int myFunc(int x) {
return (--x);
}

int main() {
int a = myFunc(13);
printf("%d",a);
return 0;
}

Posted on by