complete 11779 aloha dijkstra2

This commit is contained in:
2024-04-05 00:32:08 +09:00
parent c3f39b8093
commit e45fac8f10
2 changed files with 63 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
if [ -z "$*" ]; then echo "No args"; exit 0; fi
kotlinc-jvm $1 -include-runtime a.jar
kotlinc-jvm $1 -include-runtime -d a.jar
java -jar a.jar -Dfile.encoding=UTF-8 < stdin.txt