My issue
My code
#include <stdio.h>
int main(void) {
// your code goes here
printf("%d%d\n",8*9);
printf("%d%d",2*(100+200));
return 0;
}
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone
#include <stdio.h>
int main(void) {
// your code goes here
printf("%d%d\n",8*9);
printf("%d%d",2*(100+200));
return 0;
}
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone