Task: | Bittijono |
Sender: | 367535629127093 |
Submission time: | 2017-10-09 20:06:16 +0300 |
Language: | C++ |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | TIME LIMIT EXCEEDED | 0 |
#2 | WRONG ANSWER | 0 |
#3 | WRONG ANSWER | 0 |
#4 | WRONG ANSWER | 0 |
test | verdict | time | group | |
---|---|---|---|---|
#1 | TIME LIMIT EXCEEDED | -- | 1 | details |
#2 | ACCEPTED | 0.04 s | 1 | details |
#3 | WRONG ANSWER | 0.05 s | 1 | details |
#4 | TIME LIMIT EXCEEDED | -- | 1 | details |
#5 | ACCEPTED | 0.05 s | 1 | details |
#6 | TIME LIMIT EXCEEDED | -- | 1 | details |
#7 | ACCEPTED | 0.04 s | 1 | details |
#8 | ACCEPTED | 0.05 s | 1 | details |
#9 | ACCEPTED | 0.04 s | 1 | details |
#10 | TIME LIMIT EXCEEDED | -- | 1 | details |
#11 | ACCEPTED | 0.05 s | 2 | details |
#12 | ACCEPTED | 0.05 s | 2 | details |
#13 | ACCEPTED | 0.06 s | 2 | details |
#14 | WRONG ANSWER | 0.06 s | 2 | details |
#15 | ACCEPTED | 0.04 s | 2 | details |
#16 | ACCEPTED | 0.04 s | 2 | details |
#17 | ACCEPTED | 0.05 s | 2 | details |
#18 | ACCEPTED | 0.05 s | 2 | details |
#19 | ACCEPTED | 0.05 s | 2 | details |
#20 | WRONG ANSWER | 0.05 s | 2 | details |
#21 | WRONG ANSWER | 0.06 s | 3 | details |
#22 | ACCEPTED | 0.05 s | 3 | details |
#23 | ACCEPTED | 0.05 s | 3 | details |
#24 | ACCEPTED | 0.06 s | 3 | details |
#25 | WRONG ANSWER | 0.05 s | 3 | details |
#26 | ACCEPTED | 0.06 s | 3 | details |
#27 | ACCEPTED | 0.04 s | 3 | details |
#28 | ACCEPTED | 0.04 s | 3 | details |
#29 | ACCEPTED | 0.06 s | 3 | details |
#30 | WRONG ANSWER | 0.06 s | 3 | details |
#31 | WRONG ANSWER | 0.50 s | 4 | details |
#32 | TIME LIMIT EXCEEDED | -- | 4 | details |
#33 | ACCEPTED | 0.25 s | 4 | details |
#34 | TIME LIMIT EXCEEDED | -- | 4 | details |
#35 | TIME LIMIT EXCEEDED | -- | 4 | details |
#36 | TIME LIMIT EXCEEDED | -- | 4 | details |
#37 | TIME LIMIT EXCEEDED | -- | 4 | details |
#38 | TIME LIMIT EXCEEDED | -- | 4 | details |
#39 | TIME LIMIT EXCEEDED | -- | 4 | details |
#40 | TIME LIMIT EXCEEDED | -- | 4 | details |
Compiler report
input/code.cpp: In function 'unsigned int subsqcnt(unsigned int)': input/code.cpp:10:15: warning: unused variable 'ff' [-Wunused-variable] unsigned int ff; ^ input/code.cpp: In function 'int main()': input/code.cpp:43:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<n; i++) { ^ input/code.cpp:68:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(uniqsubBIT(bst, bp)-1<n) { ^ input/code.cpp:78:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(nnnnnn-1 == n) { ^ input/code.cpp:82:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(nnnnnn*2<n) { /// ei kai toimi ^ input/code.cpp:41:13: warning: unused variable 'tStart' [-Wunused-variable] clock_t tStart = clock(); ^
Code
#include <bits/stdc++.h> using namespace std; unsigned int n; unsigned long long iiiiii; inline unsigned int subsqcnt(unsigned int asd) { unsigned int ff; if(asd==0) return 1; else if(asd==1) return 2; else return subsqcnt(asd-2) + subsqcnt(asd-1) + 1; } inline int uniqsubBIT(bitset<32> bs, int length) { bs = bs.flip(); int yk = 1; int nl = 0; int count = 2; int prev; for(int i=length-2; i>=0; i--) { iiiiii++; prev = count; count *= 2; if(bs[i]==false) { count -= nl; nl = prev; } else { count -= yk; yk = prev; } } return count; } int main() { cin >> n; clock_t tStart = clock(); int bp = 1; for(int i=0; i<n; i++) { bp = i; if(subsqcnt(i)-1>=n) break; } string cur; einain: int POISTAMUTHETINYT=0; // 4 ja 4 int ff = pow(2, bp)/4; for(int i=pow(2, bp)/10; i<ff; i++) { // if(__builtin_popcount(i)==1&&i>2){ herranpieksut: int fhj = i; int huhu=1; while(fhj>=2) { fhj/=2; huhu++; } int verytemp =(4*pow(2,huhu)-3-(-pow(-1,huhu)))/6+1; //int verytemp = (4*pow(2,huhu)-3-pow(-1,huhu))/6; // out << bst.to_string().substr(29-bp) << endl; //cout << verytemp << "ja " << huhu << endl; bitset<32> bst(verytemp); if(uniqsubBIT(bst, bp)-1<n) { i = pow(2, huhu); continue; } } // bitset<32> bs(i); int nnnnnn = uniqsubBIT(bs, bp); //cout << i << " " << bs.to_string().substr(32-bp) << " " << nnnnnn-1 << "\n"; POISTAMUTHETINYT++; if(nnnnnn-1 == n) { cout << bs.to_string().substr(32-bp); return 0; } if(nnnnnn*2<n) { /// ei kai toimi i++; if(__builtin_popcount(i)==1&&i>2) goto herranpieksut; } } bp++; goto einain; }
Test details
Test 1
Group: 1
Verdict: TIME LIMIT EXCEEDED
input |
---|
1 |
correct output |
---|
1 |
user output |
---|
(empty) |
Test 2
Group: 1
Verdict: ACCEPTED
input |
---|
2 |
correct output |
---|
11 |
user output |
---|
00 |
Test 3
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 |
correct output |
---|
10 |
user output |
---|
000 |
Test 4
Group: 1
Verdict: TIME LIMIT EXCEEDED
input |
---|
4 |
correct output |
---|
1111 |
user output |
---|
(empty) |
Test 5
Group: 1
Verdict: ACCEPTED
input |
---|
5 |
correct output |
---|
110 |
user output |
---|
001 |
Test 6
Group: 1
Verdict: TIME LIMIT EXCEEDED
input |
---|
6 |
correct output |
---|
101 |
user output |
---|
(empty) |
Test 7
Group: 1
Verdict: ACCEPTED
input |
---|
7 |
correct output |
---|
1110 |
user output |
---|
0001 |
Test 8
Group: 1
Verdict: ACCEPTED
input |
---|
8 |
correct output |
---|
1100 |
user output |
---|
0011 |
Test 9
Group: 1
Verdict: ACCEPTED
input |
---|
9 |
correct output |
---|
1101 |
user output |
---|
0010 |
Test 10
Group: 1
Verdict: TIME LIMIT EXCEEDED
input |
---|
10 |
correct output |
---|
1001 |
user output |
---|
(empty) |
Test 11
Group: 2
Verdict: ACCEPTED
input |
---|
38 |
correct output |
---|
1101011 |
user output |
---|
0010100 |
Test 12
Group: 2
Verdict: ACCEPTED
input |
---|
13 |
correct output |
---|
11011 |
user output |
---|
00100 |
Test 13
Group: 2
Verdict: ACCEPTED
input |
---|
90 |
correct output |
---|
111001010 |
user output |
---|
000110101 |
Test 14
Group: 2
Verdict: WRONG ANSWER
input |
---|
25 |
correct output |
---|
110010 |
user output |
---|
00100000 |
Test 15
Group: 2
Verdict: ACCEPTED
input |
---|
82 |
correct output |
---|
111001101 |
user output |
---|
001101110 |
Test 16
Group: 2
Verdict: ACCEPTED
input |
---|
94 |
correct output |
---|
1100011110 |
user output |
---|
0011100001 |
Test 17
Group: 2
Verdict: ACCEPTED
input |
---|
100 |
correct output |
---|
1111001001 |
user output |
---|
0011100111 |
Test 18
Group: 2
Verdict: ACCEPTED
input |
---|
99 |
correct output |
---|
110010010 |
user output |
---|
001101101 |
Test 19
Group: 2
Verdict: ACCEPTED
input |
---|
98 |
correct output |
---|
110110010 |
user output |
---|
001001101 |
Test 20
Group: 2
Verdict: WRONG ANSWER
input |
---|
92 |
correct output |
---|
100110001 |
user output |
---|
00100011111 |
Test 21
Group: 3
Verdict: WRONG ANSWER
input |
---|
1666 |
correct output |
---|
101101100100101 |
user output |
---|
0011000101011100 |
Test 22
Group: 3
Verdict: ACCEPTED
input |
---|
897 |
correct output |
---|
11101001101010 |
user output |
---|
00100100110010 |
Test 23
Group: 3
Verdict: ACCEPTED
input |
---|
4466 |
correct output |
---|
111101010110100101 |
user output |
---|
000110110100101100 |
Test 24
Group: 3
Verdict: ACCEPTED
input |
---|
4240 |
correct output |
---|
11011001011010101 |
user output |
---|
00100110100101010 |
Test 25
Group: 3
Verdict: WRONG ANSWER
input |
---|
3089 |
correct output |
---|
1011001010100101 |
user output |
---|
00101000101010001 |
Test 26
Group: 3
Verdict: ACCEPTED
input |
---|
4697 |
correct output |
---|
11010101101010110 |
user output |
---|
00101010010101001 |
Test 27
Group: 3
Verdict: ACCEPTED
input |
---|
4608 |
correct output |
---|
11010110101001010 |
user output |
---|
00101001010110101 |
Test 28
Group: 3
Verdict: ACCEPTED
input |
---|
4625 |
correct output |
---|
111011001100101001 |
user output |
---|
000110101011011011 |
Test 29
Group: 3
Verdict: ACCEPTED
input |
---|
4611 |
correct output |
---|
11010101010101100 |
user output |
---|
00101010101010011 |
Test 30
Group: 3
Verdict: WRONG ANSWER
input |
---|
4917 |
correct output |
---|
10110100101010110 |
user output |
---|
001001001110101101 |
Test 31
Group: 4
Verdict: WRONG ANSWER
input |
---|
178555 |
correct output |
---|
1011010110110101010110110 |
user output |
---|
00100100110010111010100110 |
Test 32
Group: 4
Verdict: TIME LIMIT EXCEEDED
input |
---|
864856 |
correct output |
---|
10111010110110100100101010010 |
user output |
---|
(empty) |
Test 33
Group: 4
Verdict: ACCEPTED
input |
---|
112146 |
correct output |
---|
1101110101011001100100110 |
user output |
---|
0010001010100110011011001 |
Test 34
Group: 4
Verdict: TIME LIMIT EXCEEDED
input |
---|
741124 |
correct output |
---|
1011010011010101100101011010 |
user output |
---|
(empty) |
Test 35
Group: 4
Verdict: TIME LIMIT EXCEEDED
input |
---|
511902 |
correct output |
---|
1011010100011010100101001110 |
user output |
---|
(empty) |
Test 36
Group: 4
Verdict: TIME LIMIT EXCEEDED
input |
---|
920019 |
correct output |
---|
11100100101101010101001101010 |
user output |
---|
(empty) |
Test 37
Group: 4
Verdict: TIME LIMIT EXCEEDED
input |
---|
933943 |
correct output |
---|
10101011010100100110100111001 |
user output |
---|
(empty) |
Test 38
Group: 4
Verdict: TIME LIMIT EXCEEDED
input |
---|
973410 |
correct output |
---|
1011010101011010101010101001 |
user output |
---|
(empty) |
Test 39
Group: 4
Verdict: TIME LIMIT EXCEEDED
input |
---|
954943 |
correct output |
---|
10110110010011010100100110101 |
user output |
---|
(empty) |
Test 40
Group: 4
Verdict: TIME LIMIT EXCEEDED
input |
---|
911674 |
correct output |
---|
1010110010110101010101010110 |
user output |
---|
(empty) |