有一些日期,在文件abc.txt中,后面加*号的表示要加班的日期,试汇总所有每个月25号的天数,如果是加班日,该天×2.
#include "stdafx.h"
#include<iostream>
#include<string>
#include<fstream>
#include<algorithm>
using namespace std;
int main()
{
string str;
string str1="25";
...
原创
2019-10-16 16:36:04 ·
595 阅读 ·
0 评论