Search found 3 matches
- Mon Aug 23, 2004 3:10 am
- Forum: Volume 102 (10200-10299)
- Topic: 10235 - Simply Emirp
- Replies: 150
- Views: 51875
- Mon Aug 23, 2004 2:29 am
- Forum: Volume 102 (10200-10299)
- Topic: 10235 - Simply Emirp
- Replies: 150
- Views: 51875
10235 WA
[cpp]#include <algorithm>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <cstdio>
using namespace std;
#define to_string(nmbr, strng) { static char _to_string_buffer[100]; sprintf( _to_string_buffer, "%d", nmbr ); (strng) = string(_to_string_buffer); }
#define ...
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <cstdio>
using namespace std;
#define to_string(nmbr, strng) { static char _to_string_buffer[100]; sprintf( _to_string_buffer, "%d", nmbr ); (strng) = string(_to_string_buffer); }
#define ...
- Fri Jan 16, 2004 2:23 pm
- Forum: Volume 8 (800-899)
- Topic: 856 - The Vigenère Cipher
- Replies: 0
- Views: 1715
856 - The Vigenère Cipher
Well, i got problems with this easy task.
The hardest part is... To find the bug (if any) in my solution.
As ACM is known by it's "bugs" with different conditions in input, for instance entering 0 where it should not be etc, i need some help with this one
my algorithm is prety normal.
for 999 ...
The hardest part is... To find the bug (if any) in my solution.
As ACM is known by it's "bugs" with different conditions in input, for instance entering 0 where it should not be etc, i need some help with this one
my algorithm is prety normal.
for 999 ...