Search found 1 match

by hjuarez
Thu Aug 02, 2007 10:04 pm
Forum: Volume 100 (10000-10099)
Topic: 10035 - Primary Arithmetic
Replies: 328
Views: 102585

WA in my code, :S

I dont know what is bad in my code, can anybody tell me what is wrong? the judge tell me WA.


/* @BEGIN_OF_SOURCE_CODE */

#include <iostream>
#include <stdio.h>
#include <math.h>

using namespace std;

int getdigit(int index, int number)
{
int digit;

if( number == 0 && index == 0 )
return 0 ...

Go to advanced search