#include <stdio.h>

int main() {
is Empty()
int isEmpty()
{
    return(top==-1)
}
top=-1
if(top==-1) (return 1) true
return 0;
top=-1;
}