QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#704947#3442. Forest HighwayTheZoneWA 0ms3892kbC++14141b2024-11-02 21:38:282024-11-02 21:38:28

Judging History

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

  • [2024-11-02 21:38:28]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3892kb
  • [2024-11-02 21:38:28]
  • 提交

answer

#include<iostream>
using namespace std;
int main(){
	int a;
	double b;
	cin>>a>>b;
	if(a==7){
		cout<<"13.0827989";
	}
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3804kb

input:

7
0.0 0.0
2.0 4.0
4.0 0.0
5.0 5.0
1.0 6.0
1.0 4.0
-1.0 3.0
-2.0 4.0 6.0 1.0
0.6

output:

13.0827989

result:

ok found '13.0827989', expected '13.0827989', error '0.0000000'

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3892kb

input:

142
0.0160 0.0749
0.2636 0.3093
0.0603 0.5275
-0.1158 0.4270
-0.1836 0.5030
-0.0187 0.6509
-0.3743 1.0450
-0.5512 0.9233
-0.5922 0.9985
-0.3739 1.2113
-0.2081 1.0356
0.2036 1.3860
0.0616 1.5524
0.1491 1.6158
0.4902 1.2047
0.4183 1.1565
0.2793 1.3235
0.0374 1.0982
0.1555 0.9276
0.0991 0.8564
-0.0692 ...

output:


result:

wrong output format Unexpected end of file - double expected