Files
python/TangDou/Test/HuangHai.cpp
HuangHai 1f397eca87 'commit'
2025-08-30 18:35:01 +08:00

9 lines
192 B
C++

#include <bits/stdc++.h>
using namespace std;
#define endl '\n'
int main() {
// 加快读入
ios::sync_with_stdio(false), cin.tie(0);
cout << "aaa" << endl;
return 0;
}