목록시간초과 (1)
언젠가는 펼쳐 볼 아카이브
15552번 - 빠른 A+B
사용언어 : javascript - node.js # 첫번째 제출 코드 const fs = require('fs'); const filePath = process.platform === 'linux' ? '/dev/stdin' : './input.txt'; let input = fs.readFileSync(filePath).toString().split('\n'); solution(input); function solution(input) { const testCase = +input[0]; for (let i = 1; i +item); console.log(tempValue[0] + tempValue[1]); } } >> 결과 : 시간 초과 map으로 한번에 바꿔서 그런가? # 두번째 제출 코드 con..
IT/Baekjoon Oline Judge
2023. 8. 16. 17:47