Files
lanqiao/others/test2.cpp
2025-04-01 19:38:25 +08:00

6 lines
77 B
C++

#include<bits/stdc++.h>
using namespace std;
int main(){
return 0;
}