답안 #714802

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
714802 2023-03-25T09:46:09 Z ismayil Boarding Passes (BOI22_passes) C++17
0 / 100
1 ms 320 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;
    cout<<1<<endl;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB 1st numbers differ - expected: '100800.5000000000', found: '1.0000000000', error = '0.9999900794'
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 232 KB found '1.0000000000', expected '1.0000000000', error '0.0000000000'
2 Incorrect 1 ms 320 KB 1st numbers differ - expected: '1225.0000000000', found: '1.0000000000', error = '0.9991836735'
3 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 232 KB found '1.0000000000', expected '1.0000000000', error '0.0000000000'
2 Incorrect 1 ms 320 KB 1st numbers differ - expected: '1225.0000000000', found: '1.0000000000', error = '0.9991836735'
3 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB 1st numbers differ - expected: '100800.5000000000', found: '1.0000000000', error = '0.9999900794'
2 Halted 0 ms 0 KB -