2021团体程序设计天梯赛 L1-1 人与神
思路:
Hello,World!
Tip:
无
#include <bits/stdc++.h>
using namespace std;
int main() {
int a, b, c;
cout << "To iterate is human, to recurse divine." << endl;
return 0;
}
思路:
Hello,World!
Tip:
无
#include <bits/stdc++.h>
using namespace std;
int main() {
int a, b, c;
cout << "To iterate is human, to recurse divine." << endl;
return 0;
}