Search found 1 match

by cstdio
Thu Jul 25, 2013 12:42 pm
Forum: Volume 3 (300-399)
Topic: 355 - The Bases Are Loaded
Replies: 74
Views: 30624

355 WA

Hi guys,
I went through almost all tricky testcases on this forum.. still WA.. plz help

#include<iostream>
#include<string>
#include<algorithm>
#include<cstdio>
using namespace std;

string conv(int x,int y,string s){
int sz=s.size(),i,val,rem;
string ans="";
char c;
long long int num=0;

for(i=0 ...

Go to advanced search