Help me in solving CLB018 problem

My issue

I have not interested

My code

#include <stdio.h>

int main() {
	// Print the result of 9 - 2
	Print("%d", 9 - 2);
	
	// Print the result of 30 / 5
	Print("%d", 30 / 5);
	
}


Learning course: Programming and Problem solving using C
Problem Link: https://www.codechef.com/learn/course/ciet-programming-c/CIETPC04/problems/CLB018