测试总览

← 目录

一键运行全部测试:cd 测试 && for f in 测试_第*.cpp; do clang++ -std=c++26 -Wall -Wextra -pthread "$f" -o "t${f:4:2}" && ./"t${f:4:2}" | tail -1; done