QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#540199 | #8934. Challenge NPC | ucup-team059# | AC ✓ | 21ms | 3708kb | C++20 | 584b | 2024-08-31 16:37:19 | 2024-08-31 16:37:21 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
using i32 = int32_t;
using i64 = long long;
i32 main() {
ios::sync_with_stdio(false), cin.tie(nullptr);
int k;
cin >> k;
int n = (k + 2) * 2, m = n * (n - 2) / 4, c = 2;
cout << n << " " << m << " " << c << "\n";
for (int i = 1; i <= n; i++)
cout << i % 2 + 1 << " ";
cout << "\n";
for (int i = 1, t; i <= n; i++) {
t = i + 2;
if (i & 1) t++;
else t--;
for (; t <= n; t += 2)
cout << i << " " << t << "\n";
}
return 0;
}
这程序好像有点Bug,我给组数据试试?
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3704kb
input:
1
output:
6 6 2 2 1 2 1 2 1 1 4 1 6 2 3 2 5 3 6 4 5
result:
ok ok
Test #2:
score: 0
Accepted
time: 0ms
memory: 3608kb
input:
2
output:
8 12 2 2 1 2 1 2 1 2 1 1 4 1 6 1 8 2 3 2 5 2 7 3 6 3 8 4 5 4 7 5 8 6 7
result:
ok ok
Test #3:
score: 0
Accepted
time: 0ms
memory: 3708kb
input:
3
output:
10 20 2 2 1 2 1 2 1 2 1 2 1 1 4 1 6 1 8 1 10 2 3 2 5 2 7 2 9 3 6 3 8 3 10 4 5 4 7 4 9 5 8 5 10 6 7 6 9 7 10 8 9
result:
ok ok
Test #4:
score: 0
Accepted
time: 0ms
memory: 3580kb
input:
4
output:
12 30 2 2 1 2 1 2 1 2 1 2 1 2 1 1 4 1 6 1 8 1 10 1 12 2 3 2 5 2 7 2 9 2 11 3 6 3 8 3 10 3 12 4 5 4 7 4 9 4 11 5 8 5 10 5 12 6 7 6 9 6 11 7 10 7 12 8 9 8 11 9 12 10 11
result:
ok ok
Test #5:
score: 0
Accepted
time: 0ms
memory: 3628kb
input:
5
output:
14 42 2 2 1 2 1 2 1 2 1 2 1 2 1 2 1 1 4 1 6 1 8 1 10 1 12 1 14 2 3 2 5 2 7 2 9 2 11 2 13 3 6 3 8 3 10 3 12 3 14 4 5 4 7 4 9 4 11 4 13 5 8 5 10 5 12 5 14 6 7 6 9 6 11 6 13 7 10 7 12 7 14 8 9 8 11 8 13 9 12 9 14 10 11 10 13 11 14 12 13
result:
ok ok
Test #6:
score: 0
Accepted
time: 13ms
memory: 3708kb
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: 19ms
memory: 3564kb
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: 21ms
memory: 3576kb
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: 14ms
memory: 3636kb
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: 18ms
memory: 3632kb
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