Search found 15 matches
- Thu Aug 03, 2006 8:18 am
- Forum: Volume 4 (400-499)
- Topic: 490 - Rotating Sentences
- Replies: 212
- Views: 24978
- Thu Aug 03, 2006 8:06 am
- Forum: Volume 4 (400-499)
- Topic: 490 - Rotating Sentences
- Replies: 212
- Views: 24978
- Wed Aug 02, 2006 7:30 am
- Forum: Volume 4 (400-499)
- Topic: 490 - Rotating Sentences
- Replies: 212
- Views: 24978
- Tue Aug 01, 2006 10:07 pm
- Forum: Volume 4 (400-499)
- Topic: 490 - Rotating Sentences
- Replies: 212
- Views: 24978
- Tue Aug 01, 2006 8:51 pm
- Forum: Volume 4 (400-499)
- Topic: 490 - Rotating Sentences
- Replies: 212
- Views: 24978
- Tue Aug 01, 2006 3:58 pm
- Forum: Volume 4 (400-499)
- Topic: 490 - Rotating Sentences
- Replies: 212
- Views: 24978
- Mon Jul 31, 2006 2:49 am
- Forum: Volume 7 (700-799)
- Topic: 724 - Reverse
- Replies: 14
- Views: 5460
- Mon Jul 31, 2006 2:04 am
- Forum: Volume 7 (700-799)
- Topic: 724 - Reverse
- Replies: 14
- Views: 5460
724 - Reverse
This looks like a fun one! I'm going to try my hand at it. Seems like a simple string storage problem. Should be easy as long as it's not expecting highly indented code.
- Mon Jul 31, 2006 2:03 am
- Forum: Volume 7 (700-799)
- Topic: 727 - Equation
- Replies: 156
- Views: 38393
- Sat Jul 29, 2006 1:41 pm
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 209951
well ok ... i still dont know if u have got AC but anyway this is the problem The integers i and j must appear in the output in the same order in which they appeared in the input your code doesnt do it because you swap the two integers. it prints i and j in non decreasing order for each case. Yeah,...
- Fri Jul 28, 2006 10:46 pm
- Forum: C++
- Topic: 64 Memory and ~0 CPU, How? #pragma with online-judge?
- Replies: 2
- Views: 2042
Basically, code like you're coding C, use pointers, arrays, tight loops, etc. Minimize the number of overall operations as best you can. I haven't done any problems without using simple loops and compares, though I suspect I could using classes and functions, it just seems like overkill. I dunno tho...
- Fri Jul 28, 2006 12:39 am
- Forum: Volume 109 (10900-10999)
- Topic: 10929 - You can say 11
- Replies: 69
- Views: 28344
If you just add/substract alternative digits and chek the final sum, then leading zeroes are not supposed to create any problem. Why are a lot of people so worried about the leading zeroes ? Because a lot of us were checking input[0] for '0', and exiting the program in the event that it was true. I...
- Tue Jul 25, 2006 8:30 am
- Forum: Off topic (General chit-chat)
- Topic: Carlos what is your avatar of?
- Replies: 0
- Views: 1738
Carlos what is your avatar of?
Looks like a cool anime/manga.
- Mon Jul 24, 2006 3:42 pm
- Forum: Volume 2 (200-299)
- Topic: 272 - TEX Quotes
- Replies: 136
- Views: 39802
- Mon Jul 24, 2006 3:37 pm
- Forum: Volume 2 (200-299)
- Topic: 272 - TEX Quotes
- Replies: 136
- Views: 39802
272 PE
How come this code gets Presentation Error? Is it because I'm using too many standard functions or are just doing something evil that I shouldn't be doing? TIA.
OMG! It was a spare \n at the end of the output! Holy crap this thing is seriously particular.
Thanks anyway guys.
OMG! It was a spare \n at the end of the output! Holy crap this thing is seriously particular.

Thanks anyway guys.