Search found 5 matches

by youngwook
Thu Jul 18, 2002 1:45 am
Forum: Volume 1 (100-199)
Topic: 116 - Unidirectional TSP
Replies: 226
Views: 65675

vivid wrote:What does Lexicographically mean?
For example what is first in lexicographical order
1 1 1 3 4
or
1 10 9 8 7
??
Maybe it is your problem?
i think '1 1 1 3 4' is right ans.
isn't it first? :o
by youngwook
Thu Jul 18, 2002 1:23 am
Forum: Volume 1 (100-199)
Topic: 116 - Unidirectional TSP
Replies: 226
Views: 65675

karl wrote:first of all:

don't send your acm-ID (21201...) here!
ok.. thanx :D
karl wrote:what was judge's reply: WA or Compile Error?
I got compile error, because <stdio.h> wasn't included.
i got WA..
Your program has not solved the problem. It ran during 0.670 seconds.
.......!!
by youngwook
Wed Jul 17, 2002 1:38 pm
Forum: Volume 1 (100-199)
Topic: 116 - Unidirectional TSP
Replies: 226
Views: 65675

Wrong Answer...?

:o

what's wrong??

help me.. :cry:

[c]@BEGIN_OF_SOURCE_CODE
/* @JUDGE_ID: ******** 116 C "Dynamic Programming" */

main()
{
int row, col, i, j, path, a, b, c;
long weight[10][100];
long small;

while (scanf("%ld %ld", &row, &col) == 2)
{
for (i=0; i<row; i++)
for (j=0; j<col; j ...
by youngwook
Wed Jul 17, 2002 10:11 am
Forum: Volume 1 (100-199)
Topic: 110 - Meta-Loopless Sorts
Replies: 92
Views: 16505

thanx!!
by youngwook
Wed Jul 17, 2002 8:16 am
Forum: Volume 1 (100-199)
Topic: 110 - Meta-Loopless Sorts
Replies: 92
Views: 16505

Wrong Answer: 110 - why??

????????????

[c]@BEGIN_OF_SOURCE_CODE
/* @JUDGE_ID: ******* 110 C "Recursive" */

@END_OF_SOURCE_CODE[/c]

Go to advanced search