2021/4/24天梯赛全国总决赛题解
L1-1#include<bits/stdc++.h>using namespace std;int main(){ cout<<"To iterate is human, to recurse divine."<<endl; return 0;} L1-2#include<bits/stdc++.h>using namespace std;int main(){ int N,K,M,res; cin>>N>&
原创
2021-04-26 22:49:11 ·
402 阅读 ·
0 评论