欧拉函数#include <bits/stdc++.h>
using namespace std;
int cnt = 0;
int vis[100000];
int prim[100000];
int n = 100;
int ma
2020-05-07