My issue
Please help
My code
#include <stdio.h>
int main() {
// Print the result of 9 - 2
printf("9-2")
// Print the result of 30 / 5
printf("30/5")
}
Learning course: Learn C Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-programming-c/RCPITLPC04/problems/RCPITCP22