随笔分类 -  PAT乙级

摘要:#include using namespace std; #define ll long long ll stream2(string i) { ll num; stringstream stream(i); stream>>num; return num; }//字符串转数字 bool isprime(ll a) { for(ll i=2;i*i<a... 阅读全文
posted @ 2019-03-01 11:26 Tonyyy 阅读(527) 评论(0) 推荐(0)