﻿subtasks:
  - score: 100
    type: sum
    cases: [1, 2, 3, 4, 5]
inputFile: 'data#.in'
extraSourceFiles:
  - language: cpp
    files:
     - name: interaction.h
       dest: interaction.h
  - language: cpp11
    files:
     - name: interaction.h
       dest: interaction.h
  - language: cpp17
    files:
     - name: interaction.h
       dest: interaction.h
  - language: cpp-noilinux
    files:
     - name: interaction.h
       dest: interaction.h
  - language: cpp11-noilinux
    files:
     - name: interaction.h
       dest: interaction.h
  - language: cpp11-clang
    files:
     - name: interaction.h
       dest: interaction.h
  - language: cpp17-clang
    files:
     - name: interaction.h
       dest: interaction.h
interactor:
  language: cpp11
  fileName: interactor.cpp
