Search found 1 match

by tWd2
Wed Jan 25, 2006 7:10 pm
Forum: Volume 100 (10000-10099)
Topic: 10062 - Tell me the frequencies!
Replies: 235
Views: 70037

10062, Tell me the frequences, RTE, please help

Here is my code:

#include<iostream>
using namespace std;
int main()
{
int a[200];
for(int i=0;i<=200;i++)a =0;
int min=1000,max=0,n,t;
char c;

while(cin.get(c))
{
n=c;
if(cin.fail())return 0;
if(n==10||n==32)
{
if(t==1)
{
for(int i=200;i>=0;i--)
{
if(a <min && a >0 ) min=a ;
if(a ...

Go to advanced search