Search found 1 match

by bappi48
Mon Jul 06, 2015 9:24 pm
Forum: Volume 102 (10200-10299)
Topic: 10226 - Hardwood Species
Replies: 121
Views: 56418

10226 - Hardwood Species - Getting WA

Please can anyone indicate where I'm doing wrong. On sample input output I'm getting correct answer, but in Online judge I'm getting WA.


#include <iostream>
#include <set>
#include <map>
#include <iomanip>
#include <sstream>

#include <cstdio>

using namespace std;

int main()
{

set<string ...

Go to advanced search