We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
/*Enter your query here.Please append a semicolon ";" at the end of the query and enter your query in a single line to avoid error.*/DECLARE@lINT=1000DECLARE@nINT=2DECLARE@primesVARCHAR(MAX)=''WHILE@n<=@lBEGINDECLARE@dINT=2DECLARE@bBIT=1WHILE@d<@nBEGINIF@n%@d=0AND@n<>@dBEGINSET@b=0BREAK;ENDSET@d=@d+1ENDIF@b=1BEGINSET@primes=@primes+'&'+CAST(@nasVARCHAR(MAX))ENDSET@n=@n+1ENDSET@primes=SUBSTRING(@primes,2,LEN(@primes)-1)print@primes
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Print Prime Numbers
You are viewing a single comment's thread. Return to all comments →