QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#609087 | #9415. Matrix | UESTC_NLNS# | AC ✓ | 0ms | 3756kb | C++14 | 413b | 2024-10-04 10:34:54 | 2024-10-04 10:34:58 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
const int N=200005;
int a[100][100];
signed main(){
// cin.tie(0),cout.tie(0),ios::sync_with_stdio(0);
int n;cin>>n;
a[1][1]=1;a[1][2]=2;a[2][1]=3;a[2][2]=4;
for(int i=3;i<=n;++i){
for(int j=1;j<=i;++j)a[i][j]=a[j][i]=i+i;
a[i][i]=i+i-1;
}puts("Yes");
for(int i=1;i<=n;++i,puts(""))for(int j=1;j<=n;++j)cout<<a[i][j]<<" ";
return 0;
}
/*
*/
这程序好像有点Bug,我给组数据试试?
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3716kb
input:
2
output:
Yes 1 2 3 4
result:
ok Correct. (1 test case)
Test #2:
score: 0
Accepted
time: 0ms
memory: 3668kb
input:
3
output:
Yes 1 2 6 3 4 6 6 6 5
result:
ok Correct. (1 test case)
Test #3:
score: 0
Accepted
time: 0ms
memory: 3652kb
input:
4
output:
Yes 1 2 6 8 3 4 6 8 6 6 5 8 8 8 8 7
result:
ok Correct. (1 test case)
Test #4:
score: 0
Accepted
time: 0ms
memory: 3676kb
input:
5
output:
Yes 1 2 6 8 10 3 4 6 8 10 6 6 5 8 10 8 8 8 7 10 10 10 10 10 9
result:
ok Correct. (1 test case)
Test #5:
score: 0
Accepted
time: 0ms
memory: 3736kb
input:
6
output:
Yes 1 2 6 8 10 12 3 4 6 8 10 12 6 6 5 8 10 12 8 8 8 7 10 12 10 10 10 10 9 12 12 12 12 12 12 11
result:
ok Correct. (1 test case)
Test #6:
score: 0
Accepted
time: 0ms
memory: 3648kb
input:
7
output:
Yes 1 2 6 8 10 12 14 3 4 6 8 10 12 14 6 6 5 8 10 12 14 8 8 8 7 10 12 14 10 10 10 10 9 12 14 12 12 12 12 12 11 14 14 14 14 14 14 14 13
result:
ok Correct. (1 test case)
Test #7:
score: 0
Accepted
time: 0ms
memory: 3668kb
input:
8
output:
Yes 1 2 6 8 10 12 14 16 3 4 6 8 10 12 14 16 6 6 5 8 10 12 14 16 8 8 8 7 10 12 14 16 10 10 10 10 9 12 14 16 12 12 12 12 12 11 14 16 14 14 14 14 14 14 13 16 16 16 16 16 16 16 16 15
result:
ok Correct. (1 test case)
Test #8:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
9
output:
Yes 1 2 6 8 10 12 14 16 18 3 4 6 8 10 12 14 16 18 6 6 5 8 10 12 14 16 18 8 8 8 7 10 12 14 16 18 10 10 10 10 9 12 14 16 18 12 12 12 12 12 11 14 16 18 14 14 14 14 14 14 13 16 18 16 16 16 16 16 16 16 15 18 18 18 18 18 18 18 18 18 17
result:
ok Correct. (1 test case)
Test #9:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
10
output:
Yes 1 2 6 8 10 12 14 16 18 20 3 4 6 8 10 12 14 16 18 20 6 6 5 8 10 12 14 16 18 20 8 8 8 7 10 12 14 16 18 20 10 10 10 10 9 12 14 16 18 20 12 12 12 12 12 11 14 16 18 20 14 14 14 14 14 14 13 16 18 20 16 16 16 16 16 16 16 15 18 20 18 18 18 18 18 18 18 18 17 20 20 20 20 20 20 20 20 20 20 19
result:
ok Correct. (1 test case)
Test #10:
score: 0
Accepted
time: 0ms
memory: 3716kb
input:
11
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 3 4 6 8 10 12 14 16 18 20 22 6 6 5 8 10 12 14 16 18 20 22 8 8 8 7 10 12 14 16 18 20 22 10 10 10 10 9 12 14 16 18 20 22 12 12 12 12 12 11 14 16 18 20 22 14 14 14 14 14 14 13 16 18 20 22 16 16 16 16 16 16 16 15 18 20 22 18 18 18 18 18 18 18 18 17 20 22 20 20 2...
result:
ok Correct. (1 test case)
Test #11:
score: 0
Accepted
time: 0ms
memory: 3656kb
input:
12
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 3 4 6 8 10 12 14 16 18 20 22 24 6 6 5 8 10 12 14 16 18 20 22 24 8 8 8 7 10 12 14 16 18 20 22 24 10 10 10 10 9 12 14 16 18 20 22 24 12 12 12 12 12 11 14 16 18 20 22 24 14 14 14 14 14 14 13 16 18 20 22 24 16 16 16 16 16 16 16 15 18 20 22 24 18 18 18 18 18 18...
result:
ok Correct. (1 test case)
Test #12:
score: 0
Accepted
time: 0ms
memory: 3732kb
input:
13
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 3 4 6 8 10 12 14 16 18 20 22 24 26 6 6 5 8 10 12 14 16 18 20 22 24 26 8 8 8 7 10 12 14 16 18 20 22 24 26 10 10 10 10 9 12 14 16 18 20 22 24 26 12 12 12 12 12 11 14 16 18 20 22 24 26 14 14 14 14 14 14 13 16 18 20 22 24 26 16 16 16 16 16 16 16 15 18 20 22 ...
result:
ok Correct. (1 test case)
Test #13:
score: 0
Accepted
time: 0ms
memory: 3616kb
input:
14
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 3 4 6 8 10 12 14 16 18 20 22 24 26 28 6 6 5 8 10 12 14 16 18 20 22 24 26 28 8 8 8 7 10 12 14 16 18 20 22 24 26 28 10 10 10 10 9 12 14 16 18 20 22 24 26 28 12 12 12 12 12 11 14 16 18 20 22 24 26 28 14 14 14 14 14 14 13 16 18 20 22 24 26 28 16 16 16 16 ...
result:
ok Correct. (1 test case)
Test #14:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
15
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 10 10 10 10 9 12 14 16 18 20 22 24 26 28 30 12 12 12 12 12 11 14 16 18 20 22 24 26 28 30 14 14 14 14 14 14 13 16 18 20 22 24 2...
result:
ok Correct. (1 test case)
Test #15:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
16
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 10 10 10 10 9 12 14 16 18 20 22 24 26 28 30 32 12 12 12 12 12 11 14 16 18 20 22 24 26 28 30 32 14 14 14 14 14 14 1...
result:
ok Correct. (1 test case)
Test #16:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
17
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 10 10 10 10 9 12 14 16 18 20 22 24 26 28 30 32 34 12 12 12 12 12 11 14 16 18 20 22 24 26 28 30 32 34 1...
result:
ok Correct. (1 test case)
Test #17:
score: 0
Accepted
time: 0ms
memory: 3592kb
input:
18
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 36 10 10 10 10 9 12 14 16 18 20 22 24 26 28 30 32 34 36 12 12 12 12 12 11 14 16 18 20 22 24 26...
result:
ok Correct. (1 test case)
Test #18:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
19
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 10 10 10 10 9 12 14 16 18 20 22 24 26 28 30 32 34 36 38 12 12 12 12 12 11 14 16...
result:
ok Correct. (1 test case)
Test #19:
score: 0
Accepted
time: 0ms
memory: 3656kb
input:
20
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 10 10 10 10 9 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 12 12 12...
result:
ok Correct. (1 test case)
Test #20:
score: 0
Accepted
time: 0ms
memory: 3724kb
input:
21
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 10 10 10 10 9 12 14 16 18 20 22 24 26 28 30 32 34 36 38 ...
result:
ok Correct. (1 test case)
Test #21:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
22
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 10 10 10 10 9 12 14 16 18 20 22 24 26 28 30 ...
result:
ok Correct. (1 test case)
Test #22:
score: 0
Accepted
time: 0ms
memory: 3736kb
input:
23
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 10 10 10 10 9 12 14 16 18 20 22 ...
result:
ok Correct. (1 test case)
Test #23:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
24
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 10 10 10 10 9 12 14 ...
result:
ok Correct. (1 test case)
Test #24:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
25
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 10 10 10...
result:
ok Correct. (1 test case)
Test #25:
score: 0
Accepted
time: 0ms
memory: 3612kb
input:
26
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 ...
result:
ok Correct. (1 test case)
Test #26:
score: 0
Accepted
time: 0ms
memory: 3680kb
input:
27
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 ...
result:
ok Correct. (1 test case)
Test #27:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
28
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 ...
result:
ok Correct. (1 test case)
Test #28:
score: 0
Accepted
time: 0ms
memory: 3684kb
input:
29
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 8 8 8 7 10 12 14 16 18 20 22 24 26 28 30 32 ...
result:
ok Correct. (1 test case)
Test #29:
score: 0
Accepted
time: 0ms
memory: 3612kb
input:
30
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 8 8 8 7 10 12 14 16 18 20 22 24 26 ...
result:
ok Correct. (1 test case)
Test #30:
score: 0
Accepted
time: 0ms
memory: 3612kb
input:
31
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 8 8 8 7 10 12 14 16 18 20 ...
result:
ok Correct. (1 test case)
Test #31:
score: 0
Accepted
time: 0ms
memory: 3688kb
input:
32
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 8 8 8 7 10 12 14 ...
result:
ok Correct. (1 test case)
Test #32:
score: 0
Accepted
time: 0ms
memory: 3680kb
input:
33
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 8 8 8 7 ...
result:
ok Correct. (1 test case)
Test #33:
score: 0
Accepted
time: 0ms
memory: 3652kb
input:
34
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 ...
result:
ok Correct. (1 test case)
Test #34:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
35
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 ...
result:
ok Correct. (1 test case)
Test #35:
score: 0
Accepted
time: 0ms
memory: 3688kb
input:
36
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 ...
result:
ok Correct. (1 test case)
Test #36:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
37
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 ...
result:
ok Correct. (1 test case)
Test #37:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
38
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 ...
result:
ok Correct. (1 test case)
Test #38:
score: 0
Accepted
time: 0ms
memory: 3688kb
input:
39
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 ...
result:
ok Correct. (1 test case)
Test #39:
score: 0
Accepted
time: 0ms
memory: 3716kb
input:
40
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 ...
result:
ok Correct. (1 test case)
Test #40:
score: 0
Accepted
time: 0ms
memory: 3676kb
input:
41
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 ...
result:
ok Correct. (1 test case)
Test #41:
score: 0
Accepted
time: 0ms
memory: 3620kb
input:
42
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 ...
result:
ok Correct. (1 test case)
Test #42:
score: 0
Accepted
time: 0ms
memory: 3724kb
input:
43
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 6 6 5 8 10 12 14 16 18 20 22 24 26 28 30 32 ...
result:
ok Correct. (1 test case)
Test #43:
score: 0
Accepted
time: 0ms
memory: 3752kb
input:
44
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 6 6 5 8 10 12 14 16 18 20 22 24 26 28 ...
result:
ok Correct. (1 test case)
Test #44:
score: 0
Accepted
time: 0ms
memory: 3672kb
input:
45
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 6 6 5 8 10 12 14 16 18 20 22 24 ...
result:
ok Correct. (1 test case)
Test #45:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
46
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 6 6 5 8 10 12 14 16 18 20 ...
result:
ok Correct. (1 test case)
Test #46:
score: 0
Accepted
time: 0ms
memory: 3692kb
input:
47
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 6 6 5 8 10 12 14 16 ...
result:
ok Correct. (1 test case)
Test #47:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
48
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 6 6 5 8 10 12 ...
result:
ok Correct. (1 test case)
Test #48:
score: 0
Accepted
time: 0ms
memory: 3608kb
input:
49
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 6 6 5 8 ...
result:
ok Correct. (1 test case)
Test #49:
score: 0
Accepted
time: 0ms
memory: 3756kb
input:
50
output:
Yes 1 2 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 3 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 ...
result:
ok Correct. (1 test case)
Extra Test:
score: 0
Extra Test Passed