Search found 1 match

by oamsath
Sun Feb 21, 2010 1:11 am
Forum: Volume 3 (300-399)
Topic: 389 - Basically Speaking
Replies: 94
Views: 37054

Re: 389 - 8 months? WA

Help me plz ,,,

more than two months with this problem not solved,,,

I've tried every test case to exist ... and still WA

#include <iostream>
#include <string>
using namespace std ;

unsigned long long int pow ( int x , int y )
{
unsigned long long int total = 1 ;
for ( int i = 0 ; i < y ; i ...

Go to advanced search