RosettaCodeData/Task/Kernighans-large-earthquake-problem/PascalABC.NET/kernighans-large-earthquake-problem.pas
2025-02-27 18:35:13 -05:00

4 lines
104 B
ObjectPascal

##
foreach var s in ReadLines('data.txt') do
if StrToFloat(s.ToWords(' ')[2]) > 6 then
s.Println;