Search found 44 matches
- Tue Jul 11, 2006 10:41 am
- Forum: Other words
- Topic: How to download the World Final Pictures
- Replies: 3
- Views: 3149
- Mon Jun 26, 2006 9:50 am
- Forum: Other words
- Topic: what is the memory & time limit?
- Replies: 2
- Views: 2698
- Sat Jun 24, 2006 1:31 am
- Forum: Volume 7 (700-799)
- Topic: 784 - Maze Exploration
- Replies: 21
- Views: 10489
784 PE why? (maze exploration)
heres the io i get from the program, why is it PE?
7
AAAAAAAAA
A A A
A * A A
A A A
AAAAAAAAA
_________
BBBBB BBBBB
B B B B
B * B B B
B B B B
BBBBB BBBBB
_________
CCCCCCCCCCCCC
C C C C
C * C C C
C C C C
CC CCCCCCC CC
C C C C
C C
C C C C
CC CCCCCCC CC
C C C C
C C C C
C C C C
CCCCCCCCCCCCC ...
7
AAAAAAAAA
A A A
A * A A
A A A
AAAAAAAAA
_________
BBBBB BBBBB
B B B B
B * B B B
B B B B
BBBBB BBBBB
_________
CCCCCCCCCCCCC
C C C C
C * C C C
C C C C
CC CCCCCCC CC
C C C C
C C
C C C C
CC CCCCCCC CC
C C C C
C C C C
C C C C
CCCCCCCCCCCCC ...
- Sat Jun 24, 2006 1:09 am
- Forum: Algorithms
- Topic: help me
- Replies: 4
- Views: 2352
- Fri Jun 23, 2006 9:39 pm
- Forum: C++
- Topic: getline after cin>>
- Replies: 3
- Views: 4523
getline after cin>>
what exactly am i supposed to pass to cin.ignore if i need to use cin.getline after using a cin>> previously?
one methos i read about uses limits...does OJ support including limits?
one methos i read about uses limits...does OJ support including limits?
- Fri Jun 23, 2006 4:42 pm
- Forum: Off topic (General chit-chat)
- Topic: Map Problem
- Replies: 12
- Views: 6229
- Fri Jun 16, 2006 11:25 pm
- Forum: Other words
- Topic: New Firefox extension for UVA
- Replies: 6
- Views: 3946
- Fri Jun 16, 2006 11:17 pm
- Forum: Other words
- Topic: New Firefox extension for UVA
- Replies: 6
- Views: 3946
- Fri Jun 16, 2006 11:26 am
- Forum: Other words
- Topic: New Firefox extension for UVA
- Replies: 6
- Views: 3946
- Wed Jun 14, 2006 3:27 pm
- Forum: Off topic (General chit-chat)
- Topic: What game do you like best?
- Replies: 17
- Views: 66021
- Tue Jun 13, 2006 7:45 pm
- Forum: Bugs and suggestions
- Topic: search not working
- Replies: 1
- Views: 1995
search not working
no matter that i search, it gives no hits
and a suggestion:
under where the user total posts are shown, make another field to show the number of AC problems by him if UID was entered in the profile
and a suggestion:
under where the user total posts are shown, make another field to show the number of AC problems by him if UID was entered in the profile
- Wed Jun 07, 2006 12:30 am
- Forum: Volume 100 (10000-10099)
- Topic: 10061 - How many zero's and how many digits ?
- Replies: 43
- Views: 28824
10061
ive tried all the inputs given on different threads here and tried using log10 in place of log, yet i get WA
for length ive done [sum of log(1...n)]/log(base)
for zeros ive calculated how many times the base perfectly divides number
#include<iostream>
#include<cmath>
#include<vector>
int maxp ...
for length ive done [sum of log(1...n)]/log(base)
for zeros ive calculated how many times the base perfectly divides number
#include<iostream>
#include<cmath>
#include<vector>
int maxp ...
- Mon Jun 05, 2006 6:11 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10016 - Flip-Flop the Squarelotron
- Replies: 5
- Views: 3544
- Wed May 31, 2006 9:00 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10096 - The Richest Man of the Universe
- Replies: 42
- Views: 22235
- Thu May 25, 2006 10:01 am
- Forum: Volume 100 (10000-10099)
- Topic: 10016 - Flip-Flop the Squarelotron
- Replies: 5
- Views: 3544
10016 PE?
i tried to submit with both these outputs but i still get PE
what am i missing?
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 ...
what am i missing?
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 ...