#include <stdio.h>

int x;
x = 3;

void main(void) {
    while(1){
        
    }//end of while
}//end of main
