c#include <bits/stdc++.h> using namespace std; bool isPrime(long long num){ if(num <= 1){ return false; } if(num == 2 || num ==
#include <bits/stdc++.h> using namespace std; bool isPrime(long long num){ if(num <= 1){ return false; } if(num == 2 || num ==