add aloha/2025maple
This commit is contained in:
8
storage/aloha/cpp/2025maple-div1-B.cpp
Normal file
8
storage/aloha/cpp/2025maple-div1-B.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
int main() {
|
||||
cin.tie(nullptr);
|
||||
ios_base::sync_with_stdio(false);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user