Search found 1 match

by deximat
Fri Sep 17, 2010 6:18 pm
Forum: Volume 3 (300-399)
Topic: 343 - What Base Is This?
Replies: 72
Views: 28391

343 WA, works on all inputs

I made my own, I found some on internet, I cant find even one input that it fails, but it says WA on online judge... :(
If anyone could suggest me some inputs, thanks a lot.
#include <stdio.h>
#include <string.h>
int convertdigit(char digit);

int main()
{
char broj[2][100];
//freopen("baze.in ...

Go to advanced search