I saw this post, and I changed output, but had WA also..helloneo wrote:Why don't you search first..
http://online-judge.uva.es/board/viewtopic.php?p=35401
Do not create a new thread if there is one already..
Search found 2 matches
- Thu Feb 22, 2007 7:00 pm
- Forum: Volume 1 (100-199)
- Topic: 190 - Circle Through Three Points
- Replies: 126
- Views: 37372
- Thu Feb 22, 2007 6:12 pm
- Forum: Volume 1 (100-199)
- Topic: 190 - Circle Through Three Points
- Replies: 126
- Views: 37372
190 WA, plz help
Hi,
I have read this forum and passed all the sample outputs.
I don't know why my solution have WA, please help.
#include <iostream>
#include <algorithm>
#include <cmath>
#include <cstdio>
using namespace std;
char sign(long double x)
{
return (x<=0)?'-':'+';
}
void main()
{
while (!cin ...
I have read this forum and passed all the sample outputs.
I don't know why my solution have WA, please help.
#include <iostream>
#include <algorithm>
#include <cmath>
#include <cstdio>
using namespace std;
char sign(long double x)
{
return (x<=0)?'-':'+';
}
void main()
{
while (!cin ...