Thanks for your reply.
Actually I was printing "\n" in my code but for unknown reason the '\' is not showing up here.
Search found 2 matches
- Wed Apr 10, 2002 7:29 pm
- Forum: Volume 5 (500-599)
- Topic: 539 - The Settlers of Catan
- Replies: 22
- Views: 8536
- Sun Apr 07, 2002 11:33 am
- Forum: Volume 5 (500-599)
- Topic: 539 - The Settlers of Catan
- Replies: 22
- Views: 8536
539 - The Settlers of Catan
Can anyone tell me what is the problem with my code? I think I got it right but am getting WA. Please I need help. Thanks in advance [c]#include <stdio.h> int n, m, max; int matrix[30][30]; int not_visited[30]; void dfsbt(int, int); int main(void) { register int i, j; int from, to; scanf("%d %d...