QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#704947 | #3442. Forest Highway | TheZone | WA | 0ms | 3892kb | C++14 | 141b | 2024-11-02 21:38:28 | 2024-11-02 21:38:28 |
Judging History
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