Search found 1 match

by Kamik
Wed Sep 28, 2005 2:22 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 318286

hello, can anyone help me?
i got WA, but i tested with multiple inputs, i dont know why dont accept.


#include <iostream>
#include <sstream>
#include <string>

int main(int argc, char *argv[])
{
unsigned long int aux, aux2, inicio, fim, o_inicio, o_fim;
char linha[20];
int maximo, atual;
std ...

Go to advanced search