Hacker Rank Problem Solved Arrays and Warm-up Challenges Solution hackerrank hacking python Loker Ilmu IT 21:53 Arrays Warm-up Challenges 1. Sock Merchant (Python 2) #!/bin/python import math import os import random import re import sys def sockMerchant(n, ar): count =......
Hacker Rank Problem Solved Practice Solution 1 - 4 hackerrank hacking javascript python webprogram Loker Ilmu IT 19:50 1. Solve Me First <?php function solveMeFirst($a,$b){ // Hint: Type return $a + $b; below } $handle = fopen ("php://stdin","r"); $_a = fgets($handle); $_b......
Hacker Rank SQL Practice Solution 1-15 hackerrank hacking javascript mysql python Loker Ilmu IT 19:45 1. Revising the Select Query I select * from CITY where population>100000 AND countrycode='USA'; 2. Revising the Select Query II SELECT NAME FROM CITY WHERE POPULATION>120000......