Search found 1 match

by Witherwix
Fri Feb 23, 2007 8:38 pm
Forum: Volume 2 (200-299)
Topic: 231 - Testing the CATCHER
Replies: 53
Views: 24834

231-Presentation Error

Hi, can anyone tell me why do I get PE?? I really have no idea.


#include <iostream>

using namespace std;

int ma=0;
int koniec=0;
int test;
int D[10000];
int W[10000];
int stop=0;
int i,j;
int n;
int lp=1;

int main()
{
while(koniec==0)
{
n=0;
cin>>test;
n++;
W[0]=test;
if(test==-1 ...

Go to advanced search