Skip to content

kuldeep2040/Codechef_Submissions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Codechef Submissions

kuldeep2040

  • Maintained From 2022.
  • Repo names are the first letters of problem code.

    Eg: for problem code BIRYANI, go to B/BIRYANI.cpp

C template

#include <stdio.h>
#include <math.h>
#include <string.h>

void batman()
{
    
}

int main()
{
    int t;
    scanf("%d",&t);
    while(t--) batman(); 
    return 0;
}

Releases

No releases published

Packages

No packages published