Search found 8 matches
- Sun Dec 30, 2007 7:52 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11372 - Arranging a Contest
- Replies: 13
- Views: 6230
- Sun Dec 30, 2007 7:31 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11371 - Number Theory for Newbies
- Replies: 65
- Views: 34129
Re: long long... double... HELP!
Type Bits
int 16
long 32
long long 64
I think int is either 16 or 32, it depends on your system. Declaring short guarantees 16, long 32 and long long 64.
Can unsigned long long (in theory up to 18,xxx,xxx,xxx,xxx,xxx,xxx) solve the problem?, does unsigned long long really exists? (I know is ...
- Sun Dec 30, 2007 7:11 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11371 - Number Theory for Newbies
- Replies: 65
- Views: 34129
- Sat Mar 03, 2007 1:04 am
- Forum: Volume 111 (11100-11199)
- Topic: 11175 - From D to E and Back
- Replies: 18
- Views: 10661
- Thu Mar 01, 2007 8:47 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11175 - From D to E and Back
- Replies: 18
- Views: 10661
- Thu Mar 01, 2007 4:49 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11175 - From D to E and Back
- Replies: 18
- Views: 10661
none... the graph is undirected (or directed both ways as I said)..... it's a simple graph with 5 vertices which contains four edges.... from v0 to v1 (edge0), from v1 to v2 (edge1), from v2 to v3 (edge2), from v3 to v4 (edge3).... from this graph I can draw E, following the logic from the problem ...
- Wed Feb 28, 2007 8:58 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11175 - From D to E and Back
- Replies: 18
- Views: 10661
- Tue Feb 27, 2007 1:50 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11175 - From D to E and Back
- Replies: 18
- Views: 10661
11175 - From D to E and Back
Hello!!!
What Graph Theory must be used to solve this problem???
Thanks!!!
What Graph Theory must be used to solve this problem???
Thanks!!!