RosettaCodeData/Task/Kernighans-large-earthquake-problem/PascalABC.NET/kernighans-large-earthquake-problem.pas

5 lines
104 B
ObjectPascal
Raw Permalink Normal View History

2025-02-27 18:35:13 -05:00
##
foreach var s in ReadLines('data.txt') do
if StrToFloat(s.ToWords(' ')[2]) > 6 then
s.Println;