Page 1 of 1
10016 - Flip-Flop the Squarelotron
Posted: Fri Mar 28, 2003 3:16 pm
by Dominik Michniewski
Could anyone tell me some special cases for this problem ?
I can't find any mistake, but I got WA many times ...
Maybe someone want to read my code ? I could send it via PM ...
Best regards
Dominik
PS. But special IO should be better

))
Posted: Sat Jun 28, 2003 7:01 pm
by pc5971
Maybe you already solved the problem... I solved the problem some time agoand I didn't find any special cases...
10016 PE?
Posted: Thu May 25, 2006 10:01 am
by nukeu666
i tried to submit with both these outputs but i still get PE
what am i missing?
Code: Select all
admin@ee:~$ ./a.out <in
9 8 7
6 5 4
3 2 1
6 6 5 4
3 2 1 9
8 7 6 5
4 3 2 1
7 6 5 4 3
2 8 3 7 7
6 9 4 8 2
1 1 5 9 6
5 4 3 2 1
4 7 1 4 7 1
5 2 8 5 2 2
6 1 3 4 1 3
7 9 6 7 9 4
8 8 5 2 8 5
9 3 6 9 3 6
admin@ee:~$ g++ 10016.cpp
admin@ee:~$ ./a.out <in
987
654
321
6654
3219
8765
4321
76543
28377
69482
11596
54321
471471
528522
613413
796794
885285
936936
admin@ee:~$ g++ 10016.cpp
admin@ee:~$ ./a.out <in
987
654
321
6654
3219
8765
4321
76543
28377
69482
11596
54321
471471
528522
613413
796794
885285
936936admin@ee:~$
Posted: Mon Jun 05, 2006 6:11 pm
by nukeu666
could someone post their AC output for the test input given on the problem page please
Re: 10016 - Flip-Flop the Squarelotron
Posted: Sat Mar 19, 2011 6:16 pm
by Dominik Michniewski
Finally I solved this problem.
I changed only one thing - instead of using "int" I used "long int" and got Accepted.
Strange

Re: 10016 - Flip-Flop the Squarelotron
Posted: Tue Dec 03, 2013 2:54 am
by brianfry713
That is AC code