Search found 2 matches
- Sat Nov 29, 2003 7:13 am
- Forum: Volume 2 (200-299)
- Topic: 280 - Vertex
- Replies: 95
- Views: 37381
Should be 280 Vertex
Sorry guys, I just realized I typed the wrong problem number. Of course, it should be 280 not 281. So, does anyone have any idea why I am receiving the time limit error? It is driving me CRAZY because I just can't figure it out. It would be so great if we could actually get some feedback from our ...
- Tue Nov 25, 2003 11:50 pm
- Forum: Volume 2 (200-299)
- Topic: 280 - Vertex
- Replies: 95
- Views: 37381
281 Vertex - Time Limit Exceeded
Hi, surely a depth first search of 100 nodes wouldn't time out, so any ideas what I am doing wrong? Am I reading the input from the judge in an incorrect way that causes my program to constantly wait for some non-existent input? I just can't figure it out :(.
[cpp]
#include <iostream>
#include ...
[cpp]
#include <iostream>
#include ...