예제 #1
0
int expn()
{
 if(simexpn())
 {
  if(eprime())
   return 1;
 }
 return 0;
}
예제 #2
0
void expr()
{
	simple_expr();
	eprime();
}