some programs

This commit is contained in:
2026-09-09 13:38:11 +08:00
parent a7a78fbac8
commit 5d30e847c1
12 changed files with 828 additions and 124 deletions
+10
View File
@@ -0,0 +1,10 @@
#include <iostream>
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
return 0;
}