This commit is contained in:
2025-04-11 10:55:49 +08:00
parent d231338400
commit 193bf1c4ee

View File

@@ -3,9 +3,8 @@
using namespace std;
#define int long long
#define endl '\n'
signed main(){
ios::sync_with_stdio(0), cin.tie(0), cout.tie(0);
cout << "hello lanqiao" << endl;
return 0;
}