Skip to content

Instantly share code, notes, and snippets.

View sabnamsp's full-sized avatar

Sabnam Parvin Bristy sabnamsp

View GitHub Profile
@sabnamsp
sabnamsp / codechef INSTAGRAM problem solution.c
Created January 25, 2023 09:25
Codechef INSTAGRAM problem solution
#include<stdio.h>
int main()
{
int t;
scanf("%d", &t);
while(t--)
{
int a,b;
scanf("%d %d", &a, &b);
if(a>(b*10))
@sabnamsp
sabnamsp / atm HS08TEST.c
Created January 25, 2023 09:20
Codechef solution ATM in c-language
#include<stdio.h>
int main()
{
int a;
float b;
scanf("%d",&a);
scanf("%f",&b);
if(a%5==0)
#include<stdio.h>
void main()
{
int r1, r2, c1, c2;
int i,j;
int arr1[5][5], arr2[5][5];
int sub_array[5][5];
//First_Array