/** * Adrian Spycher * Question 03 */ #include <stdlib.h> #include <stdio.h> int main() { return 0; }