首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
a1110专题
PAT A1110(血泪总结)
第一个,stoi可以实现string到int的转变 第二个,读入数字时,一定不能用char而必须用string,因为如果是两位数及以上,char只能读到一位!! #include<bits/stdc++.h>using std::cin;using std::cout;using std::endl;using std::string;int n,now;bool ischild[
阅读更多...