摘要: "时间转换" cpp include using namespace std; int main(){ int t; cin t; cout 阅读全文
posted @ 2019-02-06 20:50 A-Little-Nut 阅读(179) 评论(0) 推荐(0) 编辑
摘要: "字符串对比" cpp include include using namespace std; int main(){ string s1, s2; cin s1 s2; if(s1==s2) cout 阅读全文
posted @ 2019-02-06 20:45 A-Little-Nut 阅读(110) 评论(0) 推荐(0) 编辑
摘要: "分解质因数" cpp include include include include using namespace std; vector vi(10001); int main(){ int a, b; cin a b; for(int i=2; i::iterator it=vi[i].be 阅读全文
posted @ 2019-02-06 20:34 A-Little-Nut 阅读(122) 评论(0) 推荐(0) 编辑