add aloha/2025maple

This commit is contained in:
2025-10-29 11:34:12 +09:00
parent 3fe81ee226
commit 7c0e857404
12 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include <iostream>
using namespace std;
int main() {
cin.tie(nullptr);
ios_base::sync_with_stdio(false);
}