Prime numbers
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Print all prime numbers from to inclusive.
Input
Two integers and .
Output
Print the primes in ascending order, one per line. If between and inclusive there is no prime — print "Absent".
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 18K
Acceptance rate 31%