Search found 1 match

by greentea99
Sun Jan 05, 2014 8:57 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 320000

Re: If you get WA in problem 100, read me before post!

Hey guys, haven't coded in a long time and trying to get started on uva to freshen up. Forgotten almost everything, so pardon any noob mistakes. Wondering why my code is giving WA?

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define buffSize 100

int numIterations(int n){
int count ...

Go to advanced search