1. 1.
    +1
    p = true
    for k = 2 to a - 1
    if a mod k = 0 then p = false
    next
    if a = 0 or a = 1 then p = false
    end sub
    ···
   tümünü göster