#include int main(){ DDRD=0xff; DDRB=0x00; while(1)PORTD=PINB; }