// School of Computer Engineering
// K.N. Toosi University of Technology

int main() {

  asm ("movl $1, %eax");
    
  return 0;
}