Search found 1 match

by Alexander_The_Great
Sat Mar 05, 2016 2:10 pm
Forum: Volume 4 (400-499)
Topic: 483 - Word Scramble
Replies: 122
Views: 39320

Re: 483 - Word Scramble

Here is my code it gives runtime error by judge and I am unable to fix it. Can anyone suggest something It would be really Helpful ?.Thanks in advance. :D

#include<bits/stdc++.h>
using namespace std;
int main()
{
ios::sync_with_stdio(0);
string s;
string str[500000];
long long int l=0;
while ...

Go to advanced search