QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#190150#2069. Geometry PTSDzhouhuanyiAC ✓0ms3704kbC++14196b2023-09-28 13:46:002023-09-28 13:46:01

Judging History

你现在查看的是最新测评结果

  • [2023-09-28 13:46:01]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3704kb
  • [2023-09-28 13:46:00]
  • 提交

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;
}

詳細信息

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