change default zeta_C compiler to gcc & complete 10815.c

This commit is contained in:
2024-04-16 03:11:22 +09:00
parent 35f80a6125
commit 6534975013
3 changed files with 61 additions and 1 deletions

View File

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