QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#190143 | #2069. Geometry PTSD | zhouhuanyi | WA | 0ms | 3696kb | C++14 | 197b | 2023-09-28 13:22:19 | 2023-09-28 13:22:20 |
Judging History
answer
#include<iostream>
#include<cstdio>
#include<cmath>
using namespace std;
int main()
{
puts("1 -1000000 -1000000");
puts("-1000000 2 1000000");
puts("1000000 1000000 1");
return 0;
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3696kb
input:
output:
1 -1000000 -1000000 -1000000 2 1000000 1000000 1000000 1
result:
wrong answer the distance of origin to plane ABC is 2.72166e-19