eb111.C   [plain text]


  int main() {
      for(int i=1; i < 9; i++);
      for(int i=1; i < 9; i++);

      return 0;
      }