Find the sum of all the member of A if given a set of A which defined as
(Note that )
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
include <stdio.h>
include <string.h>
include <algorithm>
using namespace std;
unsigned long long bin_s(unsigned long long n, unsigned long long p, unsigned long long m){
int main() {
}
//This program i wrote is about fast exponentiation of integer, this prove for every n, if (n mod 5 != 0) then n=1; hence the answer is 1 !