#include "syscall.h" int main() { int n; for (n = 0; n < 11; n++) { PrintInt(4); } return 0; }