My issue
What is error
My code
#include <stdio.h>
int main() {
// Replace the underscores
printf(21+40);
}
Learning course: Learn C Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-programming-c/RCPITLPC01/problems/RCPITCP05