6 lines
100 B
C
6 lines
100 B
C
// libraries
|
|
#include <stdio.h>
|
|
|
|
//functions
|
|
unsigned long Calculate(unsigned long, unsigned long);
|