fork download
  1.  
  2. if ('1' * gets ) !~ /^1?$|^(11+?)\1+$/
  3. puts "PRIME"
  4. else
  5. puts "COMPOSITE"
  6. end
Runtime error #stdin #stdout 0s 4760KB
stdin
2760727302517
stdout
Standard output is empty