aboutsummaryrefslogtreecommitdiff
path: root/problems/boatraceanalysis/attachments/template.js
blob: 7889d245a302abd00b053128594c0fc440b21d42 (plain)
1
2
3
4
5
6
7
8
9
const n = parseInt(readline());
for (let i = 0; i < n; i++) {
    const analysis = readline();
}

// Write an answer using console.log()
// To debug: console.error('Debug messages...');

console.log('one line per boat with its position or one line per analysis causing an error');