Task: | Ruudukko |
Sender: | |
Submission time: | 2015-09-12 20:18:14 +0300 |
Language: | C++ |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | WRONG ANSWER | 0 |
#2 | WRONG ANSWER | 0 |
#3 | WRONG ANSWER | 0 |
test | verdict | time | group | |
---|---|---|---|---|
#1 | ACCEPTED | 0.05 s | 1 | details |
#2 | WRONG ANSWER | 0.05 s | 1 | details |
#3 | WRONG ANSWER | 0.04 s | 1 | details |
#4 | WRONG ANSWER | 0.05 s | 1 | details |
#5 | WRONG ANSWER | 0.05 s | 1 | details |
#6 | WRONG ANSWER | 0.05 s | 2 | details |
#7 | WRONG ANSWER | 0.05 s | 2 | details |
#8 | WRONG ANSWER | 0.06 s | 2 | details |
#9 | WRONG ANSWER | 0.05 s | 2 | details |
#10 | WRONG ANSWER | 0.06 s | 2 | details |
#11 | WRONG ANSWER | 0.05 s | 3 | details |
#12 | WRONG ANSWER | 0.04 s | 3 | details |
#13 | WRONG ANSWER | 0.05 s | 3 | details |
#14 | WRONG ANSWER | 0.04 s | 3 | details |
#15 | WRONG ANSWER | 0.05 s | 3 | details |
Code
#include <bits/stdc++.h>#define F first#define S secondusing namespace std;typedef long long ll;string lol[20];int main(){ios_base::sync_with_stdio(0);cin.tie(0);lol[0]="..................o.";lol[1]=".##################.";lol[2]="....###############.";lol[3]="##................o.";lol[4]="####..#############.";lol[5]="##.#..............o.";lol[6]="#####..############.";lol[7]="##..#.............o.";lol[8]="######..###########.";lol[9]="##...#............o.";lol[10]="#######..##########.";lol[11]="##....#...........o.";lol[12]="########..#########.";lol[13]="##.....#..........o.";lol[14]="#########..########.";lol[15]="##......#.........o.";lol[16]="##########..#######.";lol[17]="##.......#........o.";lol[18]="###########..######.";lol[19]="##........#.......o.";int k;cin>>k;int o=0;for (int i=0;i<20;i++){for (int j=0;j<20;j++){if (lol[i][j]=='o'){if ((1<<o)&k) cout<<'.';else cout<<'#';o++;}else{cout<<lol[i][j];}}cout<<'\n';}}
Test details
Test 1
Group: 1
Verdict: ACCEPTED
input |
---|
2 |
correct output |
---|
.................... .################### .################### .################### .################### ... |
user output |
---|
..................#. .##################. ....###############. ##.................. ####..#############. ... |
Test 2
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 |
correct output |
---|
.................... .################..# .#################.. .#################.. .##################. ... |
user output |
---|
.................... .##################. ....###############. ##................#. ####..#############. ... |
Test 3
Group: 1
Verdict: WRONG ANSWER
input |
---|
7 |
correct output |
---|
.................... .################..# .#################.. .#################.. .##################. ... |
user output |
---|
.................... .##################. ....###############. ##.................. ####..#############. ... |
Test 4
Group: 1
Verdict: WRONG ANSWER
input |
---|
8 |
correct output |
---|
.................... .################### .################### .################### .################### ... |
user output |
---|
..................#. .##################. ....###############. ##................#. ####..#############. ... |
Test 5
Group: 1
Verdict: WRONG ANSWER
input |
---|
9 |
correct output |
---|
.................... .################### .################### .################### .################### ... |
user output |
---|
.................... .##################. ....###############. ##................#. ####..#############. ... |
Test 6
Group: 2
Verdict: WRONG ANSWER
input |
---|
19 |
correct output |
---|
.................... .############..##### .#############..#### .#############...### .##############...## ... |
user output |
---|
.................... .##################. ....###############. ##.................. ####..#############. ... |
Test 7
Group: 2
Verdict: WRONG ANSWER
input |
---|
32 |
correct output |
---|
.................... .################### .################### .################### .################### ... |
user output |
---|
..................#. .##################. ....###############. ##................#. ####..#############. ... |
Test 8
Group: 2
Verdict: WRONG ANSWER
input |
---|
44 |
correct output |
---|
.................... .################..# .#################.. .#################.. .##################. ... |
user output |
---|
..................#. .##################. ....###############. ##................#. ####..#############. ... |
Test 9
Group: 2
Verdict: WRONG ANSWER
input |
---|
76 |
correct output |
---|
.................... .########..######..# .#########..######.. .#########...#####.. .##########...#####. ... |
user output |
---|
..................#. .##################. ....###############. ##................#. ####..#############. ... |
Test 10
Group: 2
Verdict: WRONG ANSWER
input |
---|
93 |
correct output |
---|
.................... .########..##..##..# .#########..##..##.. .#########...#...#.. .##########...#...#. ... |
user output |
---|
.................... .##################. ....###############. ##................#. ####..#############. ... |
Test 11
Group: 3
Verdict: WRONG ANSWER
input |
---|
141 |
correct output |
---|
.................... .################..# .#################.. .#################.. .##################. ... |
user output |
---|
.................... .##################. ....###############. ##................#. ####..#############. ... |
Test 12
Group: 3
Verdict: WRONG ANSWER
input |
---|
422 |
correct output |
---|
.................... .####..##########..# .#####..##########.. .#####...#########.. .######...#########. ... |
user output |
---|
..................#. .##################. ....###############. ##.................. ####..#############. ... |
Test 13
Group: 3
Verdict: WRONG ANSWER
input |
---|
671 |
correct output |
---|
.................... .#.##########..##..# ....##########..##.. .#...#########...#.. .##...#########...#. ... |
user output |
---|
.................... .##################. ....###############. ##.................. ####..#############. ... |
Test 14
Group: 3
Verdict: WRONG ANSWER
input |
---|
895 |
correct output |
---|
.................... .#.##..##..##..##..# ....##..##..##..##.. .#...#...#...#...#.. .##...#...#...#...#. ... |
user output |
---|
.................... .##################. ....###############. ##.................. ####..#############. ... |
Test 15
Group: 3
Verdict: WRONG ANSWER
input |
---|
956 |
correct output |
---|
.................... .#.##..######..##..# ....##..######..##.. .#...#...#####...#.. .##...#...#####...#. ... |
user output |
---|
..................#. .##################. ....###############. ##................#. ####..#############. ... |