double a, b, c, d, y;
input();
y = count(a, b, c, d);
output();
double a, b, c, d, y;
объявила переменные, затем строкой input();
присвоила им значения вводом с консоли, а затем строкой y = count(a, b, c, d);
передала их в функцию.var list = '';
$('#wk_likes_rows ._post ._post_content .post_header .post_header_info .post_author a').each(function () {
list += $.trim($(this).html())+"<br>";
});
document.write(list);