QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
Tip: Click on the bar to expand more detailed information
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