Help me in solving LBCP08A problem

My issue

I don’t get anything pls help

My code

#include <stdio.h>
int main(){
    int T;
    while(T--){
        int N,M;
        scanf("%d",&N);
        printf("%d\n",M*N);
    }
    
    return 0;
}




Learning course: Beginner DSA in C
Problem Link: CodeChef: Practical coding for everyone

@aarav24
we are using scanf to get the input values from the user and displaying the output by multiplying m and n in a new line