Search found 1 match

by FearNLoath
Mon Jan 14, 2008 8:42 pm
Forum: Volume 3 (300-399)
Topic: 344 - Roman Digititis
Replies: 15
Views: 6611

344 - Roman Digitus?

I've gone through and manually checked all the numbers 1-99, and my program gets them all right... I keep getting WA though...anyone know why?


/* Response to PROBLEM 344 - Roman Digitus */

#include <iostream>
using namespace std;
int main()
{

int count[101];
int i[101];
int v[101];
int x ...

Go to advanced search