Submission #714806

# Submission time Handle Problem Language Result Execution time Memory
714806 2023-03-25T09:48:08 Z ismayil Boarding Passes (BOI22_passes) C++17
0 / 100
1 ms 212 KB
#include <bits/stdc++.h>
#define ll long long
//#define endl '\n'
using namespace std;

int main()
{
    ios::sync_with_stdio(0);
    cin.tie(0); cout.tie(0);
    string s;
    cin>>s;
    double ans = 100800.5000000000;
    cout<<setprecision(8)<<ans<<endl;
}
# Verdict Execution time Memory Grader output
1 Correct 0 ms 212 KB found '100800.5000000000', expected '100800.5000000000', error '0.0000000000'
2 Incorrect 0 ms 212 KB 1st numbers differ - expected: '0.0000000000', found: '100800.5000000000', error = '100800.5000000000'
3 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 212 KB 1st numbers differ - expected: '1.0000000000', found: '100800.5000000000', error = '100799.5000000000'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 212 KB 1st numbers differ - expected: '1.0000000000', found: '100800.5000000000', error = '100799.5000000000'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 0 ms 212 KB found '100800.5000000000', expected '100800.5000000000', error '0.0000000000'
2 Incorrect 0 ms 212 KB 1st numbers differ - expected: '0.0000000000', found: '100800.5000000000', error = '100800.5000000000'
3 Halted 0 ms 0 KB -