Getting started here, questions about strategy, etiquitte, etc.

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 :slight_smile: 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