This commit is contained in:
2026-08-06 23:20:25 +08:00
parent f87523a003
commit 94bdf44889
11 changed files with 426 additions and 50 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;
}