0
已采纳
0
0
{
var
a:longint;
begin
readln(a);
if (a>=10)and(a<=99) then write('1')
else write('0');
endl
}
0
0
0
0
0