2020团体程序设计天梯赛 L1-1 嫑废话上代码
思路:
水题,略过
Tip:
无
#include <bits/stdc++.h>
using namespace std;
int main() {
cout << "Talk is cheap. Show me the code." << endl;
return 0;
}
思路:
水题,略过
Tip:
无
#include <bits/stdc++.h>
using namespace std;
int main() {
cout << "Talk is cheap. Show me the code." << endl;
return 0;
}