%
{
#include <stdio.h>
int flag = 0;
%}
%%
[a - z.0 - 9 _] + @[a - z] + ".com"
flag = 1;
%%
int main() {
printf("Please Enter your email: ");
yylex();
if (flag == 1)
printf
("This email
is accepted"
); else
printf
("This email
is not Accepted"
);}
JQp7CiAgI2luY2x1ZGUgPHN0ZGlvLmg+CiAgaW50IGZsYWcgPSAwOyAKJX0gCgolJQogW2EgLSB6LjAgLSA5IF9dICsgQFthIC0gel0gKyAiLmNvbSIKZmxhZyA9IDE7IAolJQoKaW50IG1haW4oKSB7CiAKICBwcmludGYoIlBsZWFzZSBFbnRlciB5b3VyIGVtYWlsOiAiKTsKICB5eWxleCgpOwogIGlmIChmbGFnID09IDEpCiAgICBwcmludGYoIlRoaXMgZW1haWwgaXMgYWNjZXB0ZWQiKTsKICBlbHNlCiAgICBwcmludGYoIlRoaXMgZW1haWwgaXMgbm90IEFjY2VwdGVkIik7Cn0=