0
Hi, I am new to competitive Programming. I am Pursuing my B.Tech in Computer Science and presently in 3rd year. I want to enhance my data Structure and algorithms and want to enhance my skills in competitive programming. Please Guide me. I donāt know how to start.
hey, i am new to codechef! know little about programming, have studied C & C++ and have very knowledge of java.
from where should i start?
Header file and declaration of variables
SPL routine
Bitwise AND and OR
Bitwise AND and OR
I am very new to this site and I am currently studying in B.tech 2 nd year CSE ā¦I wish I could be a good programmerā¦thatās all I wantā¦
cout<<āHellpo, World!ā;
Hi,I am a student pursuing mechanics but love to code and wanna be a professional programmer.
āiā is a variable in which an integer 9 is stored
You have written your question very nicely So I donāt think you would have any etiquette problem. Just try your best to solve before asking. And you can not ask for help about a live problem.
i know programming but practice is very less
#include<stdio.h>
void main()
{
int n,s,out;
scanf("%d",&n)
for(i=0;i<n;i++)
{
s=&ar[i];
out=ar[i];
}
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
printf(āenter the value ā);
scanf(ā%d%dā,&a,&b);
c=a+b;
printf("%d",c);
getch();
}
#include<stdio.h>
#include<conio.h>
void main()
{
int a, b, sum;
printf(āenter the value of a and bā); scanf("%d%d",&a,&b);
sum=a+b;
printf(āsum=%dā,sum);
getch();
}
#include<stdio.h>
#include<conio.h>
void main()
{
int a, b, sum;
printf(āenter the value of a and bā); scanf("%d%d",&a,&b);
sum=a+b;
printf(āsum=%dā,sum);
getch();
}
enter the value of a and b
10
20
sum=30
enter the value of a and b
10
20
sum=30
Hello Everyone, I am new to Codechef but I want to share something with you.
Everything in life has some reason,some goal, some intention behind doing it.
Before you start, remember why are you doing itā¦
Coding is because you want to interact with the machine so you need to learn machineās language as you are more intelligent than machine and machine cannot learn your language.
Try writing the expected input and expected output on a piece of paper before you code as logic is equally important as learning the language.
Best of luck to all of you