QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#190143#2069. Geometry PTSDzhouhuanyiWA 0ms3696kbC++14197b2023-09-28 13:22:192023-09-28 13:22:20

Judging History

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

  • [2023-09-28 13:22:20]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3696kb
  • [2023-09-28 13:22:19]
  • 提交

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