12 2020 档案

摘要:DEC to BIN, HEX, OCT #include<iostream> #include<vector> #include<algorithm> using namespace std; void convert_1(int a, int b); void convert_2(int a, 阅读全文
posted @ 2020-12-03 01:49 VVEN2014 阅读(113) 评论(0) 推荐(0)
摘要:Easier said than done. #include <iostream> #include <string> using namespace std; int main(void) { /* //You can get the size as you like, the fisrt ed 阅读全文
posted @ 2020-12-02 19:34 VVEN2014 阅读(85) 评论(0) 推荐(0)
摘要:/* It's not easily readable or some-what explicitly 'cause comments are lack, goal is not clear Prctice is the sole criterion of truth so just read th 阅读全文
posted @ 2020-12-01 18:48 VVEN2014 阅读(73) 评论(0) 推荐(0)
摘要:实践出真知啊 #include <iostream> #include <string> #include <fstream> #include <cstdlib>// offer the exit() double average(double sum, int num_of_items); in 阅读全文
posted @ 2020-12-01 00:32 VVEN2014 阅读(35) 评论(1) 推荐(0)