#include int main(void){ printf("%d", 9/2); printf(" %d", 9%2); printf(" %d", 6/2); printf(" %d", 6%2); return 0;}