Search found 1 match

by marcom
Tue Nov 18, 2014 9:40 am
Forum: Volume 113 (11300-11399)
Topic: 11340 - Newspaper
Replies: 154
Views: 69110

Re: 11340 - Newspaper

Why WA?

#include <iostream>
#include<string>
#include <string.h>
#include<map>
#include<stdio.h>
using namespace std;
long int n,i,j,k,d,h;
double sum;
char c,s[10010],aux,aux2;
map <char,long int> mapa;
map <char,long int>::iterator it;
int main()
{
scanf("%d",&n);
for (i=0;i<n;i++){
scanf("%d ...

Go to advanced search