My issue
what’s wrong in my wrong
My code
#include <stdio.h>
int main() {
int t;
scanf("%d", &t);
while (t--) {
int x;
scanf("%d", &x);
}
// Your code goes here
int x=4;
printf("%d",2*5*x);
}
Learning course: Basic Math using C
Problem Link: Fitness Practice Problem in - CodeChef