摘要:
很水的一道题,但是有一些点需要注意 错误示范: #include<bits/stdc++.h> using namespace std; int a[30]; int b[30]; int main() { //std::ios::sync_with_stdio(false); for(regist 阅读全文
摘要:
很简单的一道题,但是pta卡输出的最后一个空格,卡了我半天, 需要注意的是用临时变量存代码: Talk is cheap. Show me the code. #include<bits/stdc++.h> using namespace std; struct node{ string name; 阅读全文