
function check(n) {
if (n<1) alert('No.')
else alert('Yes!')
}
stat1=""
