My issue
Console on separate lines means??
My code
#include <stdio.h>
int main() {
printf("%d\n%d", 9 - 2, 30 / 5);
return 0;
}
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone
Console on separate lines means??
#include <stdio.h>
int main() {
printf("%d\n%d", 9 - 2, 30 / 5);
return 0;
}
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone