QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#313372#4991. Disc DistrictOMoonStarsAC ✓1ms3680kbC++17634b2024-01-24 18:20:552024-01-24 18:20:56

Judging History

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

  • [2024-01-24 18:20:56]
  • 评测
  • 测评结果:AC
  • 用时:1ms
  • 内存:3680kb
  • [2024-01-24 18:20:55]
  • 提交

answer

#include<algorithm>
#include<array>
#include<bitset>
#include<cmath>
#include<cstdio>
#include<cstring>
#include<iomanip>
#include<iostream>
#include<map>
#include<numeric>
#include<queue>
#include<set>
#include<unordered_map>
#define fi first
#define se second
#define pb push_back
#define mp make_pair
#define endl '\n'
using namespace std;
using ll=long long;
using db=double;
using pll=pair<ll,ll>;
const ll inf=0x3f3f3f3f3f3f3f3f;
const int mod=998244353;
const int N=2e5+10,M=1e3+10;

int main()
{
    ios::sync_with_stdio(false);
    cin.tie(nullptr);
    int r;
    cin >> r;
    cout << r << ' ' << 1 << endl;
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3624kb

input:

1

output:

1 1

result:

ok 

Test #2:

score: 0
Accepted
time: 1ms
memory: 3560kb

input:

8

output:

8 1

result:

ok 

Test #3:

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

input:

90210

output:

90210 1

result:

ok 

Test #4:

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

input:

11211

output:

11211 1

result:

ok 

Test #5:

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

input:

524288

output:

524288 1

result:

ok 

Test #6:

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

input:

99

output:

99 1

result:

ok 

Test #7:

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

input:

1000000

output:

1000000 1

result:

ok 

Test #8:

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

input:

999999

output:

999999 1

result:

ok 

Test #9:

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

input:

192837

output:

192837 1

result:

ok 

Test #10:

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

input:

999997

output:

999997 1

result:

ok 

Test #11:

score: 0
Accepted
time: 1ms
memory: 3628kb

input:

424242

output:

424242 1

result:

ok 

Test #12:

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

input:

171407

output:

171407 1

result:

ok 

Test #13:

score: 0
Accepted
time: 1ms
memory: 3596kb

input:

605579

output:

605579 1

result:

ok 

Test #14:

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

input:

971813

output:

971813 1

result:

ok 

Test #15:

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

input:

131198

output:

131198 1

result:

ok 

Test #16:

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

input:

80069

output:

80069 1

result:

ok 

Test #17:

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

input:

838980

output:

838980 1

result:

ok 

Test #18:

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

input:

394053

output:

394053 1

result:

ok 

Test #19:

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

input:

977835

output:

977835 1

result:

ok 

Test #20:

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

input:

616143

output:

616143 1

result:

ok 

Test #21:

score: 0
Accepted
time: 1ms
memory: 3620kb

input:

469961

output:

469961 1

result:

ok 

Test #22:

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

input:

216504

output:

216504 1

result:

ok 

Test #23:

score: 0
Accepted
time: 1ms
memory: 3548kb

input:

81537

output:

81537 1

result:

ok