i don't use math theory.. ex) log..
but, my prog output is correct about other post's test cases..
i don't know whether my prog is worng or not.
is my prog really wrong??
or ain't i understanding the input format??
i saw that other post mentioned about the input format..
plz help me~
#include ...
Search found 2 matches
- Thu Jun 24, 2004 5:11 pm
- Forum: Volume 5 (500-599)
- Topic: 545 - Heads
- Replies: 67
- Views: 54804
- Wed Feb 18, 2004 4:21 pm
- Forum: Volume 4 (400-499)
- Topic: 429 - Word Transformation
- Replies: 82
- Views: 32399
problem 429 WA help me~
i used floyd to search for the shortest transformation..
but always got WA..
are there tricky inputs ??
please help me solving problem!!
code is attached below..
[cpp]
#include<cstdio>
#include<iostream>
#include<cstring>
using namespace std;
#define INFINITY 1000000
bool Trans(char *a, char ...
but always got WA..
are there tricky inputs ??
please help me solving problem!!
code is attached below..
[cpp]
#include<cstdio>
#include<iostream>
#include<cstring>
using namespace std;
#define INFINITY 1000000
bool Trans(char *a, char ...