Task: | Bit string |
Sender: | elektrijanes |
Submission time: | 2019-01-20 10:33:10 +0200 |
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 | WRONG ANSWER | 0.01 s | 1 | details |
#2 | WRONG ANSWER | 0.01 s | 1 | details |
#3 | WRONG ANSWER | 0.02 s | 1 | details |
#4 | WRONG ANSWER | 0.01 s | 1 | details |
#5 | ACCEPTED | 0.02 s | 1 | details |
#6 | ACCEPTED | 0.02 s | 1 | details |
#7 | WRONG ANSWER | 0.01 s | 1 | details |
#8 | WRONG ANSWER | 0.01 s | 2 | details |
#9 | WRONG ANSWER | 0.01 s | 2 | details |
#10 | WRONG ANSWER | 0.01 s | 2 | details |
#11 | WRONG ANSWER | 0.02 s | 2 | details |
#12 | ACCEPTED | 0.01 s | 2 | details |
#13 | ACCEPTED | 0.01 s | 2 | details |
#14 | WRONG ANSWER | 0.02 s | 2 | details |
#15 | WRONG ANSWER | 0.14 s | 3 | details |
#16 | WRONG ANSWER | 0.12 s | 3 | details |
#17 | WRONG ANSWER | 0.10 s | 3 | details |
#18 | WRONG ANSWER | 0.07 s | 3 | details |
#19 | ACCEPTED | 0.02 s | 3 | details |
#20 | ACCEPTED | 0.02 s | 3 | details |
#21 | WRONG ANSWER | 0.01 s | 3 | details |
Compiler report
input/code.cpp: In function 'int main()': input/code.cpp:12:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<s.size(); i++){ ~^~~~~~~~~
Code
#include<bits/stdc++.h> using namespace std; typedef long long ll; ifstream fin("AAtest.in.txt"); string s; ll mit,pa[2],pal,su; int main(){ ios::sync_with_stdio(0); getline(cin,s); pal=1; for(int i=0; i<s.size(); i++){ if(s[i]=='1'){cout<<pal<<" "<<mit<<" "<<pa[(mit+1)%2]<<" "<<"\n"; su+=pal*pa[(mit+1)%2]; su+=((pal-1)*(pal-2))/2+pal-1; mit++; pa[mit%2]+=pal; pal=0; } pal++; } su+=pal*pa[(mit+1)%2]; su+=((pal-1)*(pal-2))/2+pal-1; cout<<su<<"\n"; }
Test details
Test 1
Group: 1
Verdict: WRONG ANSWER
input |
---|
111111111111111111111111111111... |
correct output |
---|
2500 |
user output |
---|
1 0 0 1 1 0 1 2 1 1 3 1 1 4 2 ... Truncated |
Test 2
Group: 1
Verdict: WRONG ANSWER
input |
---|
111101111111101111111011011110... |
correct output |
---|
2502 |
user output |
---|
1 0 0 1 1 0 1 2 1 1 3 1 2 4 2 ... Truncated |
Test 3
Group: 1
Verdict: WRONG ANSWER
input |
---|
000110011101101000000000101010... |
correct output |
---|
2590 |
user output |
---|
4 0 0 1 1 0 3 2 4 1 3 1 1 4 7 ... Truncated |
Test 4
Group: 1
Verdict: WRONG ANSWER
input |
---|
110101000010001000101100011000... |
correct output |
---|
2502 |
user output |
---|
1 0 0 1 1 0 2 2 1 2 3 1 5 4 3 ... Truncated |
Test 5
Group: 1
Verdict: ACCEPTED
input |
---|
000000000000000000000000000000... |
correct output |
---|
5050 |
user output |
---|
5050 |
Test 6
Group: 1
Verdict: ACCEPTED
input |
---|
0 |
correct output |
---|
1 |
user output |
---|
1 |
Test 7
Group: 1
Verdict: WRONG ANSWER
input |
---|
1 |
correct output |
---|
0 |
user output |
---|
1 0 0 0 |
Test 8
Group: 2
Verdict: WRONG ANSWER
input |
---|
111111111111111111111111111111... |
correct output |
---|
6250000 |
user output |
---|
1 0 0 1 1 0 1 2 1 1 3 1 1 4 2 ... Truncated |
Test 9
Group: 2
Verdict: WRONG ANSWER
input |
---|
111111111110101111111010111011... |
correct output |
---|
6250342 |
user output |
---|
1 0 0 1 1 0 1 2 1 1 3 1 1 4 2 ... Truncated |
Test 10
Group: 2
Verdict: WRONG ANSWER
input |
---|
110110111000000001011100000011... |
correct output |
---|
6252352 |
user output |
---|
1 0 0 1 1 0 2 2 1 1 3 1 2 4 3 ... Truncated |
Test 11
Group: 2
Verdict: WRONG ANSWER
input |
---|
000000001000101001001110100011... |
correct output |
---|
6253422 |
user output |
---|
9 0 0 4 1 0 2 2 9 3 3 4 3 4 11 ... Truncated |
Test 12
Group: 2
Verdict: ACCEPTED
input |
---|
000000000000000000000000000000... |
correct output |
---|
12502500 |
user output |
---|
12502500 |
Test 13
Group: 2
Verdict: ACCEPTED
input |
---|
0 |
correct output |
---|
1 |
user output |
---|
1 |
Test 14
Group: 2
Verdict: WRONG ANSWER
input |
---|
1 |
correct output |
---|
0 |
user output |
---|
1 0 0 0 |
Test 15
Group: 3
Verdict: WRONG ANSWER
input |
---|
111111111111111111111111111111... |
correct output |
---|
62500000000 |
user output |
---|
1 0 0 1 1 0 1 2 1 1 3 1 1 4 2 ... Truncated |
Test 16
Group: 3
Verdict: WRONG ANSWER
input |
---|
101101100110111101111011111101... |
correct output |
---|
62500057360 |
user output |
---|
1 0 0 2 1 0 1 2 1 2 3 2 1 4 2 ... Truncated |
Test 17
Group: 3
Verdict: WRONG ANSWER
input |
---|
011100000010000011110101010001... |
correct output |
---|
62500117306 |
user output |
---|
2 0 0 1 1 0 1 2 2 7 3 1 6 4 3 ... Truncated |
Test 18
Group: 3
Verdict: WRONG ANSWER
input |
---|
001010011010000001100011001101... |
correct output |
---|
62500144780 |
user output |
---|
3 0 0 2 1 0 3 2 3 1 3 2 2 4 6 ... Truncated |
Test 19
Group: 3
Verdict: ACCEPTED
input |
---|
000000000000000000000000000000... |
correct output |
---|
125000250000 |
user output |
---|
125000250000 |
Test 20
Group: 3
Verdict: ACCEPTED
input |
---|
0 |
correct output |
---|
1 |
user output |
---|
1 |
Test 21
Group: 3
Verdict: WRONG ANSWER
input |
---|
1 |
correct output |
---|
0 |
user output |
---|
1 0 0 0 |