Skip to content

Instantly share code, notes, and snippets.

@yammmt
Created February 25, 2024 05:00
Show Gist options
  • Save yammmt/ce28a33a15e9336281dad49beabb2498 to your computer and use it in GitHub Desktop.
Save yammmt/ce28a33a15e9336281dad49beabb2498 to your computer and use it in GitHub Desktop.
AHC030 の `tools` に入っていたテストケースを雑に全実行
# frozen_string_literal: true
0..100.times do |i|
puts i
system('rm -f out.txt')
system("./target/release/tester ./a < in/#{sprintf('%04d', i)}.txt > out.txt")
system('head -1 out.txt')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment