#include <stdio.h>
Functions | |
int | f (int n) |
The non-terminating infinite recursion function. | |
int | main (int argc, char **argv) |
Launch the dangerous program that may crash machine. |
int f | ( | int | n | ) |
The non-terminating infinite recursion function.
Output the result to the stdout. BE PREPARED WHEN RUNNING THIS PROGRAM THAT YOUR MACHINE MIGHT CRASH BECAUSE IT MIGHT EXHAUST ALL RESOURCES.
n | how far we have recursed. |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Launch the dangerous program that may crash machine.
Algorithm Development Kit 1.0