Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <vector>
#include <algorithm>
#include <Windows.h>
#include <MyStudyConsoleApplication.h>
using namespace std;
//for_each用関数
#include <iostream>
#include <vector>
#include <algorithm>
#include <Windows.h>
using namespace std;
void ex1();
void ex2();
void ex3();
const int MAX = 100000000;