Here is the code
<pre>
#include <stdlib.h>
#include <stdio.h>
int main(){
return 0;
};
</pre>