Nộp bài | Các bài nộp | Làm tốt nhất | Về danh sách bài |
VPRIMELIST - List All Primes |
Given two integers m and n (2 ≤ m ≤ n ≤ 106). List all prime numbers p where m ≤ p ≤ n in ascending order.
Input
The first and only line contains two number m and n.
Output
All the prime numbers p in ascending order, one per line.
Example
Input: 2 10 Output: 2
3
5
7
Được gửi lên bởi: | Viet-Hoa Do |
Ngày: | 2017-07-17 |
Thời gian chạy: | 1s |
Giới hạn mã nguồn: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Ngôn ngữ cho phép: | ASM32-GCC ASM32 ASM64 BASH C-CLANG C NCSHARP C++ 4.3.2 CPP CPP14 CPP14-CLANG C99 GO JULIA PYPY3 |