QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#210186#5486. Metronomehagry#AC ✓0ms3928kbC++14789b2023-10-11 07:43:232023-10-11 07:43:26

Judging History

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

  • [2023-10-11 07:43:26]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3928kb
  • [2023-10-11 07:43:23]
  • 提交

answer

#include <bits/stdc++.h>
#define pb push_back
#define F first
#define S second
#define MP make_pair
#define all(x) x.begin(),x.end()
#define Hagry ios::sync_with_stdio(false);cout.tie(NULL);cin.tie(NULL);

using namespace std;
using ll = long long;
using pi = pair<int, int>;
using vi = vector<int>;
using vpi = vector <pair<int, int>>;
using vvi = vector <vector<int>>;

const int OO = 1e9 + 5;
const int N = 2e5 + 5;

void TC(){
    int n;
    cin >> n;

    cout << fixed << setprecision(2);
    cout << n/4.0;
}

int32_t main() {
#ifndef ONLINE_JUDGE
    freopen("input.in", "r", stdin); freopen("output.out", "w", stdout);
#endif
    Hagry
    int t = 1;
//    cin >> t;
    while (t--) {
        TC();
        cout << '\n';
    }
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

16

output:

4.00

result:

ok found '4.00000', expected '4.00000', error '0.00000'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3884kb

input:

99

output:

24.75

result:

ok found '24.75000', expected '24.75000', error '0.00000'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3928kb

input:

100000

output:

25000.00

result:

ok found '25000.00000', expected '25000.00000', error '0.00000'

Test #4:

score: 0
Accepted
time: 0ms
memory: 3736kb

input:

99999

output:

24999.75

result:

ok found '24999.75000', expected '24999.75000', error '0.00000'

Test #5:

score: 0
Accepted
time: 0ms
memory: 3796kb

input:

99998

output:

24999.50

result:

ok found '24999.50000', expected '24999.50000', error '0.00000'

Test #6:

score: 0
Accepted
time: 0ms
memory: 3928kb

input:

99997

output:

24999.25

result:

ok found '24999.25000', expected '24999.25000', error '0.00000'

Test #7:

score: 0
Accepted
time: 0ms
memory: 3880kb

input:

1

output:

0.25

result:

ok found '0.25000', expected '0.25000', error '0.00000'

Test #8:

score: 0
Accepted
time: 0ms
memory: 3920kb

input:

2

output:

0.50

result:

ok found '0.50000', expected '0.50000', error '0.00000'

Test #9:

score: 0
Accepted
time: 0ms
memory: 3868kb

input:

3

output:

0.75

result:

ok found '0.75000', expected '0.75000', error '0.00000'

Test #10:

score: 0
Accepted
time: 0ms
memory: 3924kb

input:

4

output:

1.00

result:

ok found '1.00000', expected '1.00000', error '0.00000'

Test #11:

score: 0
Accepted
time: 0ms
memory: 3880kb

input:

49308

output:

12327.00

result:

ok found '12327.00000', expected '12327.00000', error '0.00000'

Test #12:

score: 0
Accepted
time: 0ms
memory: 3736kb

input:

27829

output:

6957.25

result:

ok found '6957.25000', expected '6957.25000', error '0.00000'

Test #13:

score: 0
Accepted
time: 0ms
memory: 3884kb

input:

68848

output:

17212.00

result:

ok found '17212.00000', expected '17212.00000', error '0.00000'

Test #14:

score: 0
Accepted
time: 0ms
memory: 3828kb

input:

76026

output:

19006.50

result:

ok found '19006.50000', expected '19006.50000', error '0.00000'

Test #15:

score: 0
Accepted
time: 0ms
memory: 3928kb

input:

20820

output:

5205.00

result:

ok found '5205.00000', expected '5205.00000', error '0.00000'

Test #16:

score: 0
Accepted
time: 0ms
memory: 3928kb

input:

65430

output:

16357.50

result:

ok found '16357.50000', expected '16357.50000', error '0.00000'

Test #17:

score: 0
Accepted
time: 0ms
memory: 3856kb

input:

17693

output:

4423.25

result:

ok found '4423.25000', expected '4423.25000', error '0.00000'

Test #18:

score: 0
Accepted
time: 0ms
memory: 3880kb

input:

36041

output:

9010.25

result:

ok found '9010.25000', expected '9010.25000', error '0.00000'

Test #19:

score: 0
Accepted
time: 0ms
memory: 3796kb

input:

69486

output:

17371.50

result:

ok found '17371.50000', expected '17371.50000', error '0.00000'

Test #20:

score: 0
Accepted
time: 0ms
memory: 3920kb

input:

63762

output:

15940.50

result:

ok found '15940.50000', expected '15940.50000', error '0.00000'