QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#665962#8934. Challenge NPClytqwq#AC ✓16ms3948kbC++14384b2024-10-22 16:02:392024-10-22 16:03:04

Judging History

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

  • [2024-10-22 16:03:04]
  • 评测
  • 测评结果:AC
  • 用时:16ms
  • 内存:3948kb
  • [2024-10-22 16:02:39]
  • 提交

answer

#include<bits/stdc++.h>
#define fo(i,x,y) for(int i=x;i<=y;++i)
#define go(i,x,y) for(int i=x;i>=y;--i)
#define re return
using namespace std;

signed main(){
    int k;cin>>k;k+=2;
    int n=2*k,m=k*(k-1);
    cout<<n<<' '<<m<<' '<<"2\n";
    fo(i,1,n) cout<<((i&1)?2:1)<<' ';puts("");
    fo(i,2,k) fo(j,1,i-1) printf("%d %d\n%d %d\n",2*i,2*j-1,2*i-1,2*j); 
    re 0;
}

这程序好像有点Bug,我给组数据试试?

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1

output:

6 6 2
2 1 2 1 2 1 
4 1
3 2
6 1
5 2
6 3
5 4

result:

ok ok

Test #2:

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

input:

2

output:

8 12 2
2 1 2 1 2 1 2 1 
4 1
3 2
6 1
5 2
6 3
5 4
8 1
7 2
8 3
7 4
8 5
7 6

result:

ok ok

Test #3:

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

input:

3

output:

10 20 2
2 1 2 1 2 1 2 1 2 1 
4 1
3 2
6 1
5 2
6 3
5 4
8 1
7 2
8 3
7 4
8 5
7 6
10 1
9 2
10 3
9 4
10 5
9 6
10 7
9 8

result:

ok ok

Test #4:

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

input:

4

output:

12 30 2
2 1 2 1 2 1 2 1 2 1 2 1 
4 1
3 2
6 1
5 2
6 3
5 4
8 1
7 2
8 3
7 4
8 5
7 6
10 1
9 2
10 3
9 4
10 5
9 6
10 7
9 8
12 1
11 2
12 3
11 4
12 5
11 6
12 7
11 8
12 9
11 10

result:

ok ok

Test #5:

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

input:

5

output:

14 42 2
2 1 2 1 2 1 2 1 2 1 2 1 2 1 
4 1
3 2
6 1
5 2
6 3
5 4
8 1
7 2
8 3
7 4
8 5
7 6
10 1
9 2
10 3
9 4
10 5
9 6
10 7
9 8
12 1
11 2
12 3
11 4
12 5
11 6
12 7
11 8
12 9
11 10
14 1
13 2
14 3
13 4
14 5
13 6
14 7
13 8
14 9
13 10
14 11
13 12

result:

ok ok

Test #6:

score: 0
Accepted
time: 12ms
memory: 3804kb

input:

433

output:

870 188790 2
2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1...

result:

ok ok

Test #7:

score: 0
Accepted
time: 16ms
memory: 3792kb

input:

500

output:

1004 251502 2
2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 ...

result:

ok ok

Test #8:

score: 0
Accepted
time: 16ms
memory: 3792kb

input:

499

output:

1002 250500 2
2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 ...

result:

ok ok

Test #9:

score: 0
Accepted
time: 13ms
memory: 3744kb

input:

457

output:

918 210222 2
2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1...

result:

ok ok

Test #10:

score: 0
Accepted
time: 16ms
memory: 3732kb

input:

497

output:

998 248502 2
2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1...

result:

ok ok

Extra Test:

score: 0
Extra Test Passed