2024-10-10

This commit is contained in:
2024-10-10 12:56:56 +08:00
commit 7b347c848a
2648 changed files with 643965 additions and 0 deletions

5
install/cleanproblem.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd /home/judge/src/install
rm -rf ../../data/*
echo "delete from problem ;" |./mysql.sh
echo "ALTER TABLE problem AUTO_INCREMENT = 1000 ;"|./mysql.sh