Search found 2 matches

by stride
Tue Aug 21, 2012 7:57 pm
Forum: Volume 4 (400-499)
Topic: 483 - Word Scramble
Replies: 122
Views: 38929

Re: 483

i presume all my outputs are right, am i printing something invisible to the naked eye here? coz i got WA with this code..

#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<iostream>
using namespace std;
int main()
{
char string[9999];
char out[9999];
int j=0,k=0;
int length ...
by stride
Thu Aug 16, 2012 10:49 am
Forum: Volume 6 (600-699)
Topic: 661 - Blowing Fuses
Replies: 67
Views: 31019

Re: 661 - Blowing Fuses

help kept getting WA i dunno what to fix anymore :'(

[Code removed for AC, ty Brianfry713 for the debugging]

Go to advanced search