My issue
shows invalid syntax for int main
My code
#include<stdio.h>
int main() {
int x,y;
scanf("%d %d",&x,&y);
printf("%d\n",x*y);
return 0;
}
Learning course: Introduction to C
Problem Link: Chef and Instant Noodles Practice Problem in Introduction to C - CodeChef