c code template
//Copy paste this code to save your time.| additional frequently needed librarys(you can copy paste library names in your code no more spell check :)
//#include <ctype.h> , #include <math.h> , #include <stdlib.h> , #include <string.h> , #include <time.h>
#include <stdio.h>
int main()
{
return 0;
}