My issue
What done
My code
#include<stdio.h>
int main()
{
printf("%d",2+1);
printf("%d",3+4);
}
Learning course: Learn C Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-programming-c/RCPITLPC02/problems/RCPITCP11