Tích hai số nguyên tố


Submit solution

Points: 1
Time limit: 0.5s
Memory limit: 98M

Author:
Problem type
Allowed languages
Ada, Assembly, Awk, C, C++, C11, CLANG, CLANGX, Classical, COBOL, Coffee, CSC, D lang, DART, F95, FORTH, Fortrn, GAS32, GO, Haskell, Itercal, Java, kotlin, LEAN, LISP, LUA, MONOVB, Nasm, OCAML, Pascal, Perl, php, PIKE, prolog, Pypy, Python, Ruby 2, RUST, Scala, SCM, SED, SWIFT, TCL, TUR, V8JS, VB, ZIG

Một số được coi là thú vị nếu số đó đúng bằng tích của 2 số nguyên tố. Hãy kiểm tra xem số \(n\) có phải là số thú vị hay không.

Input:

  • Chứa số nguyên \(n\) \((|n|\le10^5)\)

Output:

  • Trả về true nếu là số thú vị, false nếu không

Example

Input:

6

Output:

true

Comments

There are no comments at the moment.