My issue
Can you explain the constraints of this questions?
My code
#include <stdio.h>
int main(void){
int x;
scanf("%d",&x);
printf("%d",2*x*5);
// your code goes here
return 0;
}
Problem Link: Fitness Practice Coding Problem - CodeChef