QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#121635 | #4327. Šeširi | jinhaoxian | 14 | 1ms | 3604kb | C++17 | 356b | 2023-07-08 16:04:52 | 2023-07-08 16:04:56 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int n;
int main() {
cin>>n;
if (n==4) {
printf("BCCBBBCC\nBCBCCBBC\nBBCBCCBC\nBCCBBBCC\n");
return 0;
}
if (n==5) {
printf("BCCCBCBCBCBCBBBC\nBCBBBBBBCCCCCCBC\nBBBBCCCBCBBBCCCC\nBBCCCBCCBCCBBBCC\nBCCCBCBCBCBCBBBC\n");
return 0;
}
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 7
Accepted
Test #1:
score: 7
Accepted
time: 1ms
memory: 3604kb
input:
4
output:
BCCBBBCC BCBCCBBC BBCBCCBC BCCBBBCC
result:
ok good plan!
Subtask #2:
score: 7
Accepted
Test #2:
score: 7
Accepted
time: 1ms
memory: 3512kb
input:
5
output:
BCCCBCBCBCBCBBBC BCBBBBBBCCCCCCBC BBBBCCCBCBBBCCCC BBCCCBCCBCCBBBCC BCCCBCBCBCBCBBBC
result:
ok good plan!
Subtask #3:
score: 0
Wrong Answer
Test #3:
score: 0
Wrong Answer
time: 1ms
memory: 3312kb
input:
6
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #4:
score: 0
Wrong Answer
Test #4:
score: 0
Wrong Answer
time: 1ms
memory: 3348kb
input:
7
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #5:
score: 0
Wrong Answer
Test #5:
score: 0
Wrong Answer
time: 1ms
memory: 3264kb
input:
8
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #6:
score: 0
Wrong Answer
Test #6:
score: 0
Wrong Answer
time: 1ms
memory: 3540kb
input:
9
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #7:
score: 0
Wrong Answer
Test #7:
score: 0
Wrong Answer
time: 0ms
memory: 3312kb
input:
10
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #8:
score: 0
Wrong Answer
Test #8:
score: 0
Wrong Answer
time: 0ms
memory: 3264kb
input:
11
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #9:
score: 0
Wrong Answer
Test #9:
score: 0
Wrong Answer
time: 1ms
memory: 3496kb
input:
12
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #10:
score: 0
Wrong Answer
Test #10:
score: 0
Wrong Answer
time: 1ms
memory: 3380kb
input:
13
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #11:
score: 0
Wrong Answer
Test #11:
score: 0
Wrong Answer
time: 0ms
memory: 3348kb
input:
14
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #12:
score: 0
Wrong Answer
Test #12:
score: 0
Wrong Answer
time: 0ms
memory: 3308kb
input:
15
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #13:
score: 0
Wrong Answer
Test #13:
score: 0
Wrong Answer
time: 1ms
memory: 3320kb
input:
16
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #14:
score: 0
Wrong Answer
Test #14:
score: 0
Wrong Answer
time: 0ms
memory: 3332kb
input:
17
output:
result:
wrong output format Unexpected end of file - token expected
Subtask #15:
score: 0
Wrong Answer
Test #15:
score: 0
Wrong Answer
time: 1ms
memory: 3316kb
input:
18
output:
result:
wrong output format Unexpected end of file - token expected