#include "syscall.h" int main(){ do { int number = GetInt(); PutInt(number); PutChar('\n'); } while(1 == 1); }