Special Corrector Problem - Always PE
Moderator: Board moderators
Special Corrector Problem - Always PE
The problems that have special judges, are not solvable now, If we submit, the verdict is 'presentation error'. I have tried several special judge problems and got nothing but PE. So, something is wrong!!!
Ami ekhono shopno dekhi...
HomePage
HomePage
Re: Special Corrector Problem - Always PE
Solved now! Thanks Carlos
.

Ami ekhono shopno dekhi...
HomePage
HomePage
-
- Learning poster
- Posts: 63
- Joined: Thu Apr 04, 2002 2:00 am
Re: Special Corrector Problem - Always PE
Is this issue really solved? I keep getting PE on problem 11599.
Re: Special Corrector Problem - Always PE
I got PE for 10131 with this code:
I hope it'll get fixed soon. 
Code: Select all
#include <iostream>
using namespace std;
int main()
{
int n1, n2;
while (cin >> n1 >> n2);
cout << "Hello World\n";
return 0;
}

Re: Special Corrector Problem - Always PE
I have found a couple of problems with a special corrector where I get PE.
I get always PE in this problem 10372 Leaps Tall Buildings (in a single bound).
I get always PE in this problem 10372 Leaps Tall Buildings (in a single bound).
Re: Special Corrector Problem - Always PE
The same problem with 10181 and 10261. They always yield crazy PE.
Re: Special Corrector Problem - Always PE
I'm encountering the same problem too...
Re: Special Corrector Problem - Always PE
Seems the problem in all problems with special judge ... also 11208
Re: Special Corrector Problem - Always PE
Does 11602 also has a special judge? I get PE with unknown reasons in this problem.
Re: Special Corrector Problem - Always PE
It seems that the 103 has the same problem too.
-
- System administrator
- Posts: 1286
- Joined: Sat Oct 13, 2001 2:00 am
- Location: Valladolid, Spain
- Contact:
Re: Special Corrector Problem - Always PE
Solved.
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.