Thanks to every one who contributed their knowledge to this. I appreciate it
My 2 cents:
Make sure to skip unwanted input once you exit out of a for-loop early. So if you are reading in 9 values (each spot on the board), make sure to skip over the remaining values if you happen to exit the for-loop ...
Search found 2 matches
- Fri Jan 10, 2014 12:39 am
- Forum: Volume 103 (10300-10399)
- Topic: 10363 - Tic Tac Toe
- Replies: 54
- Views: 33469
- Tue Jan 07, 2014 6:29 am
- Forum: Volume 101 (10100-10199)
- Topic: 10141 - Request for Proposal
- Replies: 44
- Views: 24420
Re:
For everyone who is coming here due to getting TLE, this comment really helped me out
Problem mentioned: a line naming the proposal (up to 80 characters terminated by end of line). so the proposal name may contain white spaces...
In other words, make sure you are using a method that reads an ...
Problem mentioned: a line naming the proposal (up to 80 characters terminated by end of line). so the proposal name may contain white spaces...
In other words, make sure you are using a method that reads an ...