Skip to content

Instantly share code, notes, and snippets.

View CanadaMike17's full-sized avatar

Miguel Jimenez CanadaMike17

View GitHub Profile
@CanadaMike17
CanadaMike17 / Partial 2
Last active May 5, 2016 01:28
TC1017 Homeworks
#include<iostream>
#include<math.h>
using namespace std;
int superpower (int a, int b){
int x, s, count=1;
x=a;
do {