aloha graph2(1967, 3109)

This commit is contained in:
2024-03-22 10:33:47 +09:00
parent 636b945497
commit fa3c52bb8c
4 changed files with 90 additions and 0 deletions

5
zeta_python/run.ps1 Normal file
View File

@@ -0,0 +1,5 @@
if ($args.Length -gt 0) {
type stdin.txt | python $args[0]
} else {
Write-Host "No args"
}