incomplete 18870.c(unknown boj c11-clang runtime error), 28707.py & complete aloha dijkstra3(1238.py, 1504.py, 17940.py)

This commit is contained in:
2024-04-08 01:02:21 +09:00
parent dd9dfae8d4
commit b67478dfa4
6 changed files with 228 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
if [ -z "$*" ]; then echo "No args"; exit 0; fi
clang-18 -std=c17 $1
clang-18 -std=c11 $1
./a.out < stdin.txt