QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#190150 | #2069. Geometry PTSD | zhouhuanyi | AC ✓ | 0ms | 3704kb | C++14 | 196b | 2023-09-28 13:46:00 | 2023-09-28 13:46:01 |
Judging History
answer
#include<iostream>
#include<cstdio>
#include<cmath>
using namespace std;
int main()
{
puts("-1 -1000000 -1000000");
puts("-999999 -1 999999");
puts("999999 1000000 1");
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3704kb
input:
output:
-1 -1000000 -1000000 -999999 -1 999999 999999 1000000 1
result:
ok AC, the distance of origin to plane ABC is 1.36083e-19