You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sql="select count(distinct status.pid) from status,contest_problem where contest_problem.pid=status.pid and contest_problem.cid='$cid' and username='$uname' and result='Accepted'";