Search found 1 match

by ma7modx
Wed Oct 31, 2012 5:06 pm
Forum: Volume 4 (400-499)
Topic: 499 - What's The Frequency, Kenneth?
Replies: 93
Views: 20828

Re: 499 - What's The Frequency, Kenneth?

whats the problem with my code (WA) ?

#include <iostream>
#include <string>
#include <utility>
#include <string.h>
#include <algorithm>
using namespace std ;
int main()
{
string name ;
while(getline(cin,name) && name.size() )
{
int max = 0 ;
int table [100000] ;
memset(table,0,sizeof(table ...

Go to advanced search