QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#400027#8513. Insects, Mathematics, Accuracy, and Efficiencydo_while_trueWA 0ms3552kbC++2073b2024-04-26 21:12:192024-04-26 21:12:20

Judging History

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

  • [2024-04-26 21:12:20]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3552kb
  • [2024-04-26 21:12:19]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
int main(){
	return 0;
}

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3552kb

input:

4 1000
-1000 0
0 0
1000 0
0 -1000

output:


result:

wrong output format Unexpected end of file - double expected