Search found 3 matches
- Sun Feb 12, 2012 6:12 pm
- Forum: General
- Topic: How are times of 0.00 seconds possible?
- Replies: 3
- Views: 9242
Re: How are times of 0.00 seconds possible?
It's approximately that much considering the fact that today's computers can execute billions of instructions per second.
- Sun Feb 12, 2012 1:04 pm
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 320256
Re: 3n + 1
The two numbers can appear like:
Input:
Expected Output:
Input:
Code: Select all
10 1
Code: Select all
10 1 20
- Sun Feb 12, 2012 1:01 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10189 - Minesweeper
- Replies: 418
- Views: 125635
Minesweeper
Something is weird with the UVA compiler and you definitely need to fix it. I get Compilation Error and on my computer it compiles and runs perfectly on my computer.
Anyway, here is the code.
Thank you very much for your time. :)
#include <stdio.h>
#include <stdlib.h>
int adjecant_mines(int i, int ...
Anyway, here is the code.
Thank you very much for your time. :)
#include <stdio.h>
#include <stdlib.h>
int adjecant_mines(int i, int ...