Sorry, I've looked at the old topics for this problem and read the code in those topics but I still don't understand why my code repeatedly gets me WA. I'm just using the standard LCS algorithm. Could someone please help me?
#include <stdio.h>
#include <string.h>
#define SIZE 110
#define MAX(a ...
Search found 4 matches
- Wed Feb 06, 2008 5:29 am
- Forum: Volume 101 (10100-10199)
- Topic: 10192 - Vacation
- Replies: 58
- Views: 23957
- Mon Jan 21, 2008 9:30 pm
- Forum: Volume 1 (100-199)
- Topic: 111 - History Grading
- Replies: 135
- Views: 37044
- Sat Jan 19, 2008 11:28 pm
- Forum: Volume 1 (100-199)
- Topic: 111 - History Grading
- Replies: 135
- Views: 37044
- Thu Jan 17, 2008 12:37 am
- Forum: Volume 1 (100-199)
- Topic: 111 - History Grading
- Replies: 135
- Views: 37044
Hi everyone,
I'm using the site http://icpcres.ecs.baylor.edu/onlinejudge/index.php, and when I browse the problem on their site I get:
Sample Output 2
6
5
10
9
But when I open the problem on pdf I get the following:
Sample Output 2
6
4
10
5
Which one is the correct output???
I'm using the site http://icpcres.ecs.baylor.edu/onlinejudge/index.php, and when I browse the problem on their site I get:
Sample Output 2
6
5
10
9
But when I open the problem on pdf I get the following:
Sample Output 2
6
4
10
5
Which one is the correct output???